Skip to content

Instantly share code, notes, and snippets.

@rayhaanj
Created January 29, 2014 12:16
Show Gist options
  • Save rayhaanj/8686781 to your computer and use it in GitHub Desktop.
Save rayhaanj/8686781 to your computer and use it in GitHub Desktop.
sqlalchemy
from sqlalchemy import create_engine
engine = create_engine('sqlite:///:memory:', echo=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment