racket/collects/db/private
Matthew Flatt 41e9e3e5ff db: add `sqlite3-available?'
Loading `db/sqlite3' no longer raises an exception if
the SQLite library isn't found. Instead, `sqlite3-connect'
raises an exception, while `sqlite3-available?' reports
whether it will work.

The dynamic test allows the documentation-help system
to continue to work if SQLite3 is not available. Currently,
though, `raco setup' still insists on using SQLite3 to
build the database of documented tags.
2012-11-23 18:44:51 -07:00
..
generic db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00
mysql add string typeid for mysql char(N) fields 2012-11-14 20:40:14 -05:00
odbc Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
postgresql db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00
sqlite3 db: add `sqlite3-available?' 2012-11-23 18:44:51 -07:00