BenKettlewell/postgres_orm_template
A bare bones implementation of SQL Alchemy's ORM. This is designed to be a template to help others and myself get new projects up and running quickly. The tables and queries are taken from SQLAlchemy's site here: http://docs.sqlalchemy.org/en/latest/orm/tutorial.html
Python