sqflite_tvos 0.0.1
sqflite_tvos: ^0.0.1 copied to clipboard
tvOS (Apple TV) implementation of the sqflite Flutter plugin, provided by flutter-tvos.
0.0.1 #
Initial release — tvOS implementation of sqflite for
flutter-tvos. Generated
by flutter-tvos plugin port (modular-SwiftPM podspec) from
sqflite_darwin.
- Supported: full SQLite —
openDatabase,execute,rawQuery,query,insert,update,delete, transactions, batches (sqlite3ships with tvOS). - Differs from iOS: the tvOS sandbox is constrained and
OS-managed caches can be purged — put the database under a
path_providerdirectory (Documents / Application Support), not in a cache / temp dir, if you need durability. - Not supported on tvOS: none for core SQLite usage.
14/14 integration tests pass. See README.md and
PORTING_REPORT.md for detail.