Typed query helpers from live database schema introspection — no ORM, no migrations.
Project description
sql-schema-kit
What is sql-schema-kit?
sql-schema-kit is a lightweight Python library that introspects a live database schema and generates typed query helper functions, keeping SQL as the source of truth. It eliminates the boilerplate of result mapping, parameter binding, and cursor management without introducing an ORM, migration system, or query builder. You write plain SQL; sql-schema-kit handles the plumbing.
What it is NOT
- ❌ Not a migration tool (use Alembic, Flyway, or Liquibase for that)
- ❌ Not a query builder (write your own SQL)
- ❌ Not an ORM (no model classes, no relationship loading)
- ❌ Not async-first (sync DB-API 2.0 is the primary target)
- ❌ No SQLAlchemy dependency
Installation
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 sql_schema_kit-0.1.0.tar.gz.
File metadata
- Download URL: sql_schema_kit-0.1.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.12 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fc5e59b489d26e43daf98d74016d36f180e9b7430d6ba2c1ea22ecbf24cf1c8
|
|
| MD5 |
642b3c480e93cf36e2890fdee4ca2a87
|
|
| BLAKE2b-256 |
915397adb239579c3109dcbd9cbeaff46a2304db0b1ebcd68c27b3fad139efd5
|
File details
Details for the file sql_schema_kit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sql_schema_kit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.13.12 Darwin/24.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d17618b892fc25902589d4074fad73f4797de9723812a5e1b88fbb277b6085bc
|
|
| MD5 |
22934d4fce93da1671178abe3f8a8c2f
|
|
| BLAKE2b-256 |
cb0eb3bf42d7c91d1fcd7f6faad47d555722175a00fb49fc3b973b0a75401f4e
|