JetORM is the simplest ORM of its kind.


Keywords
db, database, orm, jet, JetORM, easy, simple
License
MIT
Install
pip install jetorm==0.4.9

Documentation

JETORM

JetORM is the simplest ORM of its kind.

Build Status

About JetORM

JetORM is a wrapper for working with databases

Required modules

To get started with JetORM, you need to install the necessary modules:

$ pip install -r requirements.txt

Or install them yourself:

$ pip install pymysql
$ pip install prettytable

Full documentation

The documentation for the module is on our website