Skip to main content

Typed query helpers from live database schema introspection — no ORM, no migrations.

Project description

sql-schema-kit

PyPI version Python versions License: MIT Coverage Code style: black Ruff


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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sql_schema_kit-0.1.0.tar.gz (17.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sql_schema_kit-0.1.0-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

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

Hashes for sql_schema_kit-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3fc5e59b489d26e43daf98d74016d36f180e9b7430d6ba2c1ea22ecbf24cf1c8
MD5 642b3c480e93cf36e2890fdee4ca2a87
BLAKE2b-256 915397adb239579c3109dcbd9cbeaff46a2304db0b1ebcd68c27b3fad139efd5

See more details on using hashes here.

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

Hashes for sql_schema_kit-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d17618b892fc25902589d4074fad73f4797de9723812a5e1b88fbb277b6085bc
MD5 22934d4fce93da1671178abe3f8a8c2f
BLAKE2b-256 cb0eb3bf42d7c91d1fcd7f6faad47d555722175a00fb49fc3b973b0a75401f4e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page