supabase_schema_core 1.4.1 copy "supabase_schema_core: ^1.4.1" to clipboard
supabase_schema_core: ^1.4.1 copied to clipboard

Internal package for Supabase schema fetching and type mapping. Used by supafreeze and suparepo. Not intended for direct use.

supabase_schema_core #

Internal package for Supabase schema fetching and type mapping.

Note: This package is used internally by supafreeze and suparepo. It is not intended for direct use.

Features #

  • Schema fetching from Supabase OpenAPI spec
  • PostgreSQL to Dart type mapping (TypeMapper)
  • PostgreSQL enum type fetching from pg_enum catalog (EnumInfo)
  • RPC function detection and return type correction via pg_proc
  • Foreign key detection from column naming conventions
  • Base configuration loader with environment variable support

Usage #

If you want to generate Freezed models from Supabase, use supafreeze.

If you want to generate repository/data access code, use suparepo.

0
likes
150
points
335
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Internal package for Supabase schema fetching and type mapping. Used by supafreeze and suparepo. Not intended for direct use.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http, yaml

More

Packages that depend on supabase_schema_core