To install the port:cd /usr/ports/databases/tdbc/ && make install clean To add the package:pkg_add -r tdbc
Configuration Options
===> The following configuration options are available for tdbc-1.0.0:
MYSQL=off: MySQL database
ODBC=off: ODBC backend
PGSQL=off: PostgreSQL database
SQLITE=off: SQLite database
===> Use 'make config' to modify these settings
- New port: databases/tdbc
TDBC is the Tcl Database Connectivity, an abstraction layer for database
drivers in the Tcl programming language. It currently supports drivers for
MySQL, PostgreSQL, SQLite, and ODBC through either unixODBC or iODBX.