Cartonnage ORM is a Python ORM that achieves an outstanding balance between simplicity and power, supporting SQLite, MySQL, PostgreSQL, Oracle, and Microsoft SQL Server
Project description
Cartonnage
A lightweight Python ORM supporting multiple databases:
- SQLite
- MySQL
- PostgreSQL
- Oracle
- Microsoft SQL Server
Installation
pip install cartonnage
With database drivers:
pip install cartonnage[mysql] # MySQL support
pip install cartonnage[postgres] # PostgreSQL support
pip install cartonnage[oracle] # Oracle support
pip install cartonnage[mssql] # SQL Server support
pip install cartonnage[all] # All databases
License
AGPL-3.0-or-later
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
cartonnage-0.1.5.tar.gz
(24.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cartonnage-0.1.5.tar.gz.
File metadata
- Download URL: cartonnage-0.1.5.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80cac7796b863ada902b6b5e4769a0d00ddd0171d50dea3dcc8cba1ad96fcf22
|
|
| MD5 |
65cebbd79362de78151df6ce2e609cfd
|
|
| BLAKE2b-256 |
2d7aa9508650b93215238159f366305dc9299f396266b214c12eafe708cb838c
|
File details
Details for the file cartonnage-0.1.5-py3-none-any.whl.
File metadata
- Download URL: cartonnage-0.1.5-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a96b6d0541481309192feb64da1060f788d025b1c3e4301a1626b6b85c2e708
|
|
| MD5 |
6478c2c86c402cb2c51af29dbb243628
|
|
| BLAKE2b-256 |
7661e93fe6ded1838ed9a8a47ac803001f524422778080af314d693cb1e46766
|