Shared SQLAlchemy ORM models for ProjectDavid services
Project description
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
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
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 projectdavid_orm-1.1.11.tar.gz.
File metadata
- Download URL: projectdavid_orm-1.1.11.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6d9324db9c41908992037d7aff19ffae05a848796ec138222f1df90cefc1ba6
|
|
| MD5 |
f2366a79009384633b2380e3b743ed74
|
|
| BLAKE2b-256 |
d79462a73e980c0d52d2639d0786eea2008171ec4870393b55863e79a94240ad
|
File details
Details for the file projectdavid_orm-1.1.11-py3-none-any.whl.
File metadata
- Download URL: projectdavid_orm-1.1.11-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98eca31b3e42ab3a15f5227e697df93b74817917e7de502e21c4cfb029d43f6e
|
|
| MD5 |
ae4053203b737d0bb88330f90fd4accc
|
|
| BLAKE2b-256 |
3d3ee790c62cbdddca20f34064d1a06834a40d24f2a0895a15df0ecb306e7f0d
|