Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+.
- Host: GitHub
- URL: https://github.com/jaredlunde/cargo-orm
- Owner: jaredLunde
- License: mit
- Created: 2016-02-18T19:21:54.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2019-04-03T19:31:58.000Z (over 5 years ago)
- Last Synced: 2024-09-30T13:23:37.712Z (about 2 months ago)
- Topics: orm, postgres, postgresql, postgresql-orm, python, python-3
- Language: Python
- Homepage:
- Size: 630 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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