palvin 0.0.4

Last updated:

0 purchases

palvin 0.0.4 Image
palvin 0.0.4 Images
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.