blob: a9b8fd5b8b50ef97d45fb9b8ba69206c575ebcf9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
TDBC is the Tcl Database Connectivity, an abstraction layer for database
drivers in the Tcl programming language. The interface is described in
TIP 308 (http://www.tcl.tk/cgi-bin/tct/tip/308) with updates in TIP 350
(http://www.tcl.tk/cgi-bin/tct/tip/350).
Currently, drivers for MySQL, ODBC, PostgreSQL, and SQLite3 are included.
WWW: http://tdbc.tcl.tk
|