Skip to main content

A Pydantic(+) model generator for Supabase

Project description

Supabase Pydantic Schemas

PyPI Version Conda Version Pydantic v2 GitHub License codecov PePy Downloads PyPI - Downloads

A project for generating Pydantic and SQLAlchemy models from Supabase and MySQL databases. This tool bridges the gap between your database schema and your Python code, providing type-safe models for FastAPI and other frameworks.

Currently, this is ideal for integrating FastAPI with supabase-py as a primary use-case, but more updates are coming! This project is inspired by the TS type generating capabilities of supabase cli. Its aim is to provide a similar experience for Python developers.

📣 NEW (Aug 2025): MySQL support! Generate models directly from MySQL databases with the --db-type mysql flag. See the docs

📣 NEW (Aug 2025): SQLAlchemy models with Insert and Update variants for better type safety. Learn more

Installation

# Install with pip
$ pip install supabase-pydantic

# Or with conda
$ conda install -c conda-forge supabase-pydantic

Configuration

Create a .env file with your database connection details:

DB_NAME=<your_db_name>
DB_USER=<your_db_user>
DB_PASS=<your_db_password>
DB_HOST=<your_db_host>
DB_PORT=<your_db_port>

Usage

Generate Pydantic Models

Example with full command output (using a local connection):

$ sb-pydantic gen --type pydantic --framework fastapi --local

2025-08-18 15:47:42 - INFO - supabase_pydantic.db.connection:check_connection:72 - PostGres connection is open.
2025-08-18 15:47:42 - INFO - supabase_pydantic.db.connection:construct_tables:136 - Processing schema: public
2025-08-18 15:47:42 - INFO - supabase_pydantic.db.connection:__exit__:105 - PostGres connection is closed.
2025-08-18 15:47:42 - INFO - supabase_pydantic.cli.commands.gen:gen:239 - Generating Pydantic models...
2025-08-18 15:47:42 - INFO - supabase_pydantic.cli.commands.gen:gen:251 - Pydantic models generated successfully for schema 'public': /path/to/your/project/entities/fastapi/schema_public_latest.py
2025-08-18 15:47:42 - INFO - supabase_pydantic.cli.commands.gen:gen:258 - File formatted successfully: /path/to/your/project/entities/fastapi/schema_public_latest.py

Common Commands

Using a database URL:

$ sb-pydantic gen --type pydantic --framework fastapi --db-url postgresql://postgres:postgres@127.0.0.1:54322/postgres

Generating models for specific schemas:

$ sb-pydantic gen --type pydantic --framework fastapi --local --schema extensions --schema auth

Generate SQLAlchemy models:

$ sb-pydantic gen --type sqlalchemy --local

Using MySQL:

$ sb-pydantic gen --type pydantic --framework fastapi --db-type mysql --db-url mysql://user:pass@localhost:3306/dbname

Makefile Integration

# Makefile examples for both Pydantic and SQLAlchemy generation

gen-pydantic:
    @echo "Generating FastAPI Pydantic models..."
    @sb-pydantic gen --type pydantic --framework fastapi --dir ./entities/fastapi --local

gen-sqlalchemy:
    @echo "Generating SQLAlchemy ORM models..."
    @sb-pydantic gen --type sqlalchemy --dir ./entities/sqlalchemy --local

# Generate all model types at once
gen-all: gen-pydantic gen-sqlalchemy
    @echo "All models generated successfully."

For full documentation, visit our docs site.

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

supabase_pydantic-0.26.2.tar.gz (82.8 kB view details)

Uploaded Source

Built Distribution

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

supabase_pydantic-0.26.2-py3-none-any.whl (112.1 kB view details)

Uploaded Python 3

File details

Details for the file supabase_pydantic-0.26.2.tar.gz.

File metadata

  • Download URL: supabase_pydantic-0.26.2.tar.gz
  • Upload date:
  • Size: 82.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for supabase_pydantic-0.26.2.tar.gz
Algorithm Hash digest
SHA256 1a19a53c6c0222a2713edb73f8301b2fe392be76b1ba57ba8e4149057bf2bd1c
MD5 250e5b9e96188b797f86a370f1926883
BLAKE2b-256 74cfb366fd66983cf50869c9560690d6d5bd722a6bf2248d3f34708423c37dfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for supabase_pydantic-0.26.2.tar.gz:

Publisher: python-publish.yml on kmbhm1/supabase-pydantic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file supabase_pydantic-0.26.2-py3-none-any.whl.

File metadata

File hashes

Hashes for supabase_pydantic-0.26.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9778cf679e23f12c193d07e6a078f53421e8efa6f8e66db8d8137215b312aa4b
MD5 0c98341a5a9ddf8d8ea9231996168b81
BLAKE2b-256 ba6fb93e65be16dc9bd9dbd470cac30240481c4c56a5e5010b07e4622a3c8cb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for supabase_pydantic-0.26.2-py3-none-any.whl:

Publisher: python-publish.yml on kmbhm1/supabase-pydantic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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