racket/collects/db
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
..
private db: add `sqlite3-available?' 2012-11-23 18:44:51 -07:00
scribblings db: add `sqlite3-available?' 2012-11-23 18:44:51 -07:00
util db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00
base.rkt db: various fixes and additions 2012-05-09 09:17:52 -06:00
info.rkt Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
main.rkt db: add `sqlite3-available?' 2012-11-23 18:44:51 -07:00
mysql.rkt db: make debugging easier 2011-12-13 23:51:31 -07:00
odbc.rkt db: minimize dependencies 2011-09-27 19:28:44 -06:00
postgresql.rkt db: make debugging easier 2011-12-13 23:51:31 -07:00
sqlite3.rkt db: add `sqlite3-available?' 2012-11-23 18:44:51 -07:00
TODO db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00