iriber / sqlite_schema_upgrader

This package helps your app to upgrade your app database schema in cleaned and incremental way.
MIT License
1 stars 0 forks source link

Pure dart package #1

Open pasnox opened 7 months ago

pasnox commented 7 months ago

Please move away from sqflite and use sqflite_common instead. At least for the package stuff, tests and examples can still use flutter if you prefer. This is a very great package, it should not be limited to flutter only, because we can need it to write pure dart applications as well.

iriber commented 7 months ago

Hi Filipe, thanks for your feedback. I will do it ! Im launching a new app this week so maybe the next week I will add the improvement you suggested Ber.-

El vie, 1 dic 2023 a las 10:55, Filipe Azevedo @.***>) escribió:

Please move away from sqflite and use sqflite_common instead. At least for the package stuff, tests and examples can still use flutter if you prefer. This is a very great package, it should not be limited to flutter only, because we can need it to write pure dart applications as well.

— Reply to this email directly, view it on GitHub https://github.com/iriber/sqlite_schema_upgrader/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJFGWLMDLCMA6IBCXUPBFTYHHOTHAVCNFSM6AAAAABAC4CPFCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZDAOJSHA3DANY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pasnox commented 5 months ago

Hey, any progress there ?