tarsier_local_storage 1.0.0
tarsier_local_storage: ^1.0.0 copied to clipboard
A simple and flexible library for managing SQLite databases in Dart and Flutter applications.
1.0.0 #
- Support for SQLite database initialization and management.
BaseTableabstraction for defining and managing database tables.BaseTableModelabstraction for defining data models.- CRUD operations for tables and models.
- Cross-platform support for Android, iOS, Windows, and Linux.