Skip to content

Instantly share code, notes, and snippets.

@gonz
Last active December 19, 2015 17:08
Show Gist options
  • Save gonz/5988527 to your computer and use it in GitHub Desktop.
Save gonz/5988527 to your computer and use it in GitHub Desktop.
SQLAlchemy Talk references
* Python Database API Spec (PEP 243):

http://www.python.org/dev/peps/pep-0249/
* PostgreSQL DBAPI2 Implementations:

http://wiki.python.org/moin/PostgreSQL
* PostgreSQL DBAPI2 Implementations:

http://wiki.python.org/moin/MySQL
* psycopg2 documentation:

http://initd.org/psycopg/docs
* SQLAlchemy official homepage:

http://www.sqlalchemy.org/
* “Introduction to SQLAlchemy” @ Pycon 2013:

http://techspot.zzzeek.org/2013/04/04/introduction-to-sqlalchemy-pycon-2013-wrapup/
* “SQLAlchemy Session In Depth” @ Pycon CA 2013:

http://techspot.zzzeek.org/2012/11/14/pycon-canada-the-sqlalchemy-session-in-depth/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment