racket/collects/db/private/sqlite3
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
..
connection.rkt db: fix another sqlite3 finalization bug 2012-10-30 12:33:02 -04:00
dbsystem.rkt db: added support for postgresql 9.2 types (json, ranges) 2012-09-17 12:29:17 -04:00
ffi-constants.rkt A bunch of more typos like the ones in David's commit. 2012-02-21 14:21:43 -05:00
ffi.rkt db: add `sqlite3-available?' 2012-11-23 18:44:51 -07:00
main.rkt db: add `sqlite3-available?' 2012-11-23 18:44:51 -07:00