Skip to main content

Redice SQLAlchemy Boost Library. It's based sqlalchemy-wrapper

Project description

Redice SQLAlchemy Boost Library. It’s based sqlalchemy-wrapper.

1. declaring plavin

from palvin import Palvin

db = Palvin(uri='sqlite:///:memory:')

class ToDo(db.Model):
    id = db.Column(db.Integer, primary_key=True)
    ...

db.create_all()
todos = Todo.query.all()

Project details


Download files

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

Source Distribution

palvin-0.0.4.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

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