5
Schema / Data Table Model Export
Source: supabase/supabase#9616 · opened by @jtkeyva
Feature request Schema / Data model export Is your feature request related to a problem? Please describe. A clear and concise description of what you want and what your use case is. A model export button that provides a list and or json of the table column/field names and types. An easy time saver and typo prevention for creating model classes in say Flutter. Describe the solution you'd like A button with popup that has the data displayed in a list and or json format and a copy to clipboard button. This could be per table or for the entire database. Could also provide export options for different languages ex Javascript, Flutter, etc. A clear and concise description of what you want to happen. Get a perfect replica of your table models with data types and their properties ex: Uuid id //required String username //unique //required DateTime created_at Int index //autoincrement Describe alternatives you've considered someone made a flutter package that creat…
No pledges yet. Be the first to back this.
No comments yet.