palvin 0.0.4

Creator: railscoder56

Last updated:

Add to Cart

Description:

palvin 0.0.4

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()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.