SQLAlchemy

From Wildsong
Revision as of 22:27, 12 September 2013 by Brian Wilson (talk | contribs) (Created page with 'SQLAlchemy is an ORM (Object Relational Mapper) for Python which means it makes the data in a SQL database accessible to Python programs as objects. I found these pages useful i…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

SQLAlchemy is an ORM (Object Relational Mapper) for Python which means it makes the data in a SQL database accessible to Python programs as objects.

I found these pages useful in my initial foray

Official docs for .8 release

http://tspycher.com/2012/11/python-and-sqlalchemy-0-8-example/

http://www.blog.pythonlibrary.org/2012/07/01/a-simple-sqlalchemy-0-7-0-8-tutorial/