-
-
Notifications
You must be signed in to change notification settings - Fork 310
Generate Dart Types from Database Schema #139
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestplannedThis issue is planned and should not be automatically closed due to being stale.This issue is planned and should not be automatically closed due to being stale.
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplannedThis issue is planned and should not be automatically closed due to being stale.This issue is planned and should not be automatically closed due to being stale.
Are there any current ways or future plans to generate Dart types from Supabase tables?
for example, currently I do this where I use strings inside the methods and the output is a dynamic map that I manually convert
and I would like to do this; with the type generated automatically for me (a bit more like c#'s entity framework or dart's Conduit), where the type returned is a specific type that matches the database.