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

Uploaded Source

File details

Details for the file palvin-0.0.4.tar.gz.

File metadata

  • Download URL: palvin-0.0.4.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for palvin-0.0.4.tar.gz
Algorithm Hash digest
SHA256 0ed51906f045329976e235859e74538f122a92f0657f07038af1c63e7a087c07
MD5 a5a8cf4bbd0db56369d44ab98d3ab914
BLAKE2b-256 3437594b67760ee791357d1d6056a0b0cee458464ea06feaffb4675ae358a2e0

See more details on using hashes here.

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