ba3729c884
Provides a database interface that conforms to Tcl DataBase Connectivity (TDBC) and allows a Tcl script to connect to a SQLite3 database. It is also provided as a working example of how to write a database driver in Tcl, so that driver authors have a starting point for further development. ok landry@
6 lines
292 B
Plaintext
6 lines
292 B
Plaintext
Provides a database interface that conforms to Tcl DataBase Connectivity (TDBC)
|
|
and allows a Tcl script to connect to a SQLite3 database.
|
|
|
|
It is also provided as a working example of how to write a database driver
|
|
in Tcl, so that driver authors have a starting point for further development.
|