Registry / database / sprintsolo-sally-db-client

sprintsolo-sally-db-client

JSON →
library0.1.136pypypiunverified

A Prisma-based Python client for organization services, generated from a central repository. Version 0.1.136 targets Python >=3.11. This library provides auto-generated database access models and queries for Sally DB services.

pip install sprintsolo-sally-db-client
INSTALL
IMPORT
SIG · SPRINTSOLO-SALLY-D
S
sprintsolo-sally-db-client
databasepythonv0.1.136
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SallyClient
from sprintsolo_sally_db_client import SallyClient
from sally_db_client import SallyClient

Initialize the client with a DATABASE_URL env var and run a simple query.

import os from sally_db_client import SallyClient client = SallyClient( database_url=os.environ.get('DATABASE_URL', 'postgresql://...'), # other config ) # Example: fetch all organizations orgs = client.organization.find_many() print(orgs)
Debug
Known issues
gotchaThe package is generated automatically; manual changes to the client will be overwritten on regeneration.
fix
Do not modify the client code; instead, fork or extend via middleware.
affects: >=0.1.0
breakingThe package name on PyPI uses hyphens, but the import path uses underscores. For example, use `import sally_db_client` not `import sprintsolo-sally-db-client`.
fix
Always use the underscored version in Python imports.
affects: all
deprecatedOlder versions may use `sprintsolo_sally_db_client` as the top-level module. This was changed to `sally_db_client` in recent releases.
fix
Upgrade to >=0.1.100 and use `from sally_db_client import ...`.
affects: <0.1.100
Upgrade
Version history
0.1.136latest on PyPI · released Mar 19, 2026
Audit
Dependencies
prismarequiredCore ORM used to generate client
pydanticrequiredData validation and settings management
Agent activity
12 hits · last 30 days
node
10
Meta
1
OpenAI (training)
1
Resources
sprintsolo-sally-db-client — pip install sprintsolo-sally-db-client · libregistry