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
Release history Release notifications | RSS feed
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 details)
Built Distribution
captif_db-0.13-py3-none-any.whl
(39.8 kB
view details)
File details
Details for the file captif_db-0.13.tar.gz
.
File metadata
- Download URL: captif_db-0.13.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46d31e7129fffff2b32fba42511b5df5cf6aa7c883ed30e819646d23340b8780 |
|
MD5 | 64d49d20791db8c4afc2e272a7d50447 |
|
BLAKE2b-256 | 20d947c3a1b20b911c14f84eb0298b51ea23547de37385af701a0591509c709a |
File details
Details for the file captif_db-0.13-py3-none-any.whl
.
File metadata
- Download URL: captif_db-0.13-py3-none-any.whl
- Upload date:
- Size: 39.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b83aed651abbfed915c1712c2da3918983d77ed0ebb133265dba417d26881db |
|
MD5 | b85e5233511de8123e93b4cc32316c3b |
|
BLAKE2b-256 | a167ebd176ba4f49a7dbd5d35bd087a5e68cff3c3afeacafcb057ef4bee5d8bc |