Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredlunde/cargo-orm

A fast, friendly (experimental) Postgres ORM written for Python 3.5+.
https://github.com/jaredlunde/cargo-orm

orm postgres postgresql postgresql-orm python python-3

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Cargo ORM
[![Build Status](https://travis-ci.org/jaredlunde/cargo-orm.svg?branch=dev)](https://travis-ci.org/jaredlunde/cargo-orm)

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

## Getting started
`pip install cargo-orm`

### or

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

©2016 Jared Lunde