SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
databases/tdbc-sqlite3/pkg/DESCR
Normal file
5
databases/tdbc-sqlite3/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
3
databases/tdbc-sqlite3/pkg/PLIST
Normal file
3
databases/tdbc-sqlite3/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/tcl/modules/86/tdbc/
|
||||
lib/tcl/modules/86/tdbc/sqlite3-${V}.tm
|
||||
@man man/mann/tdbc_sqlite3.n
|
Loading…
Add table
Add a link
Reference in a new issue