You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and thanks for your project. FMDB is actively used in the flutter world through the sqflite plugin https://pub.dev/packages/sqflite, a cross platform SQLite solution where I am the main maintainer. Disclaimer: I'm a bad iOS/MacOS developer. I found FMDB easy to use and perfect for the situation (and the same code - objective C - is used for iOS and MacOS)
I'm using FMDB 2.7.5 although there seems to have been some updates since but I cannot figure out whether it has been published and available from Pods.
Due to the nature of flutter, I had to export an internal API:
This allowed me to keep a cursor open (without getting a warning) and reuse it later (always in a inDatabase block though). I'm not sure that's correct but it works.
Do you think that it would be possible to export this method ? As a more general questions, is FMDB still maintain as it is now (I have seen some threads regarding re-building in swift so I'm not sure where it stands and how long the existing flutter solution will work).
Thanks again for your work.
The text was updated successfully, but these errors were encountered:
Hi and thanks for your project. FMDB is actively used in the flutter world through the sqflite plugin https://pub.dev/packages/sqflite, a cross platform SQLite solution where I am the main maintainer. Disclaimer: I'm a bad iOS/MacOS developer. I found FMDB easy to use and perfect for the situation (and the same code - objective C - is used for iOS and MacOS)
I'm using FMDB 2.7.5 although there seems to have been some updates since but I cannot figure out whether it has been published and available from Pods.
Due to the nature of flutter, I had to export an internal API:
This allowed me to keep a cursor open (without getting a warning) and reuse it later (always in a inDatabase block though). I'm not sure that's correct but it works.
Do you think that it would be possible to export this method ? As a more general questions, is FMDB still maintain as it is now (I have seen some threads regarding re-building in swift so I'm not sure where it stands and how long the existing flutter solution will work).
Thanks again for your work.
The text was updated successfully, but these errors were encountered: