ports/databases/tdbc-sqlite3/pkg/DESCR

6 lines
292 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.