Last active
December 19, 2015 17:08
-
-
Save gonz/5988527 to your computer and use it in GitHub Desktop.
SQLAlchemy Talk references
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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