projectdavid-orm
Shared SQLAlchemy ORM models and database utilities for the ProjectDavid platform.
Provides a single source of truth for all database models used across ProjectDavid microservices, eliminating duplication between the core API, training service, and any future services that require direct database access.
Overview
ProjectDavid is a self-hosted, multi-provider LLM runtime API. As the platform grows into multiple microservices (inference API, training API, sandbox, etc.), each service needs access to the same database schema. Rather than duplicating model definitions or making inter-service HTTP calls just to read data, projectdavid-orm exposes the full SQLAlchemy model layer as a shared, versioned package.
Any service that needs direct DB access simply installs this package and imports the models it needs.
Installation
pip install projectdavid-orm
Release files for projectdavid-orm 1.10.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| projectdavid_orm-1.10.0.tar.gz | 18.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| projectdavid_orm-1.10.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.8 kB
Release files / projectdavid_orm-1.10.0.tar.gz
| Download URL | projectdavid_orm-1.10.0.tar.gz |
|---|---|
| Size | 18.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b977987af0d0dca213327a394524af3d60e73a28d787452cb1a35bfc3880cbc1
|
|
BLAKE2b-256 checksum How to use checksums |
9a84f0a9c1adec5ea06a50a87c55fbc314f3f951b3a5b82e024f5e57853e93d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / projectdavid_orm-1.10.0-py3-none-any.whl
| Download URL | projectdavid_orm-1.10.0-py3-none-any.whl |
|---|---|
| Size | 13.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d089e1bf0cba35b0bb3a94bbc53af071abb35558cd5301275ea67dcb23c920f5
|
|
BLAKE2b-256 checksum How to use checksums |
37dd7f5e388831c6924b640e962655caf538bfaadd59b884aa835e42f1518654
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|