mmvergara / supadart

Typesafe queries in Supabase Flutter! Generate Flutter / Dart 🎯 classes from your Supabase schema.
https://supadart.vercel.app
MIT License
43 stars 5 forks source link

Added Tests and Conversion Table #7

Closed mmvergara closed 5 months ago

mmvergara commented 5 months ago

Added

Supabase Identifier Format JSON Type Dart Type Runtime Tested
# int2 smallint integer int
# int4 integer integer int
# int8 bigint integer BigInt
# float4 real number double
# float8 double precision number double
# numeric numeric number num
{} json json - Map<String, dynamic>
{} jsonb jsonb - Map<String, dynamic>
T text text string String
T varchar character varying string String
T uuid uuid string String
🗓️ date date string DateTime
🗓️ time time without time zone string DateTime
🗓️timetz time with time zone string DateTime
🗓️ timestamp timestamp without time zone string DateTime
🗓️ timestamptz timestamp with time zone string DateTime
💡 bool boolean boolean bool
vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
supabase-schema-dart-class-generator ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 10:17pm