Skip to main content

No project description provided

Project description

captif-db

Object relational mapping for the CAPTIF database.

These are low-level methods.

Initialise database and generate a session object:

from captif_db.db import DbSession
DbSession.global_init()
session = DbSession.factory()

Import and use models:

from captif_db.db.models import Project
projects = session.query(Project).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

captif_db-0.13.tar.gz (24.5 kB view hashes)

Uploaded Source

Built Distribution

captif_db-0.13-py3-none-any.whl (39.8 kB view hashes)

Uploaded Python 3

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