Skip to content

Instantly share code, notes, and snippets.

@geoffjentry
Created February 23, 2014 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geoffjentry/9178523 to your computer and use it in GitHub Desktop.
Save geoffjentry/9178523 to your computer and use it in GitHub Desktop.
register_db_backend(dbi_connection)
# or create a sqlite connection
register_sqlite_backend("/path/to/sqlite/file")
# or create a mysql connection
register_mysql_backend("my_database", "hostname", "username", "password")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment