Skip to main content

RethinkDB based ORM

Project description

https://img.shields.io/pypi/v/anji-orm.svg https://img.shields.io/pypi/l/anji-orm.svg https://gitlab.com/AnjiProject/anji-orm/badges/master/build.svg

anji_orm simple ORM for RethinkDB

Installation

anji_orm is available as a python library on Pypi. Installation is very simple using pip :

$ pip install anji_orm

This will install anji_orm as well as external dependency.

Basic usage

ORM registry should be initiated before usage:

# For sync usage
register.init(dict(db='test'))
register.load()

# Or for async usage

register.init(dict(db='test'), async_mode=True)
await register.async_load()

That, create some model

class T1(Model):

    _table = 't2'

    a1 = StringField()
    a2 = StringField()

t2 = T1(a1='b', a1='c')
t2.send()
# or for async usage
await t2.async_send()

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

anji_orm-0.2.1-py2.py3-none-any.whl (14.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file anji_orm-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for anji_orm-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 152a13b155c94fbc47b1d3cf9675f9052859e8adfe52cab08bc41cdf55877648
MD5 25aac76a53827701636a7b837c29691c
BLAKE2b-256 cf8b3b98b8e2ae5e4458bfa914edcb8b7aea0154eb4e2361537ce98101c366df

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page