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

column naming convention #59

Closed Achraf-cyber closed 2 months ago

Achraf-cyber commented 2 months ago

In supabase database. Column are name with lower_snake. I will be great to get the generated classes with all their fields turned to camelCase

mmvergara commented 2 months ago

In supabase database. Column are name with lower_snake. I will be great to get the generated classes with all their fields turned to camelCase

@Achraf-cyber Thanks for opening an issue! i kinda overlook this. will do it asap.

mmvergara commented 2 months ago

@Achraf-cyber cli now to 1.5.3, please update your cli and try it out. Waiting for your feedback to finalize this issue.