Skip to content

Instantly share code, notes, and snippets.

@sjl
Created March 10, 2012 22:20
Show Gist options
  • Save sjl/2013603 to your computer and use it in GitHub Desktop.
Save sjl/2013603 to your computer and use it in GitHub Desktop.
Lobos DB definition for SQLite3
(def db
{:classname "org.sqlite.JDBC"
:subprotocol "sqlite"
:subname "./db.sqlite3"})
@sjl
Copy link
Author

sjl commented Mar 10, 2012

Note the subname format. It has to be in the format ./<something>.<anything> because it magically gets used as a "schema name".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment