Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 364 Bytes

Cargo ORM

Build Status

A fast, friendly Postgres ORM written for Python 3.5+.

Getting started

pip install cargo-orm

or

git clone https://github.com/jaredlunde/cargo-orm
cd cargo-orm
python setup.py install

©2016 Jared Lunde