tarsier_mysql_storage 1.0.2
tarsier_mysql_storage: ^1.0.2 copied to clipboard
A simple and flexible library for managing MySQL databases in Dart and Flutter applications.
1.0.2 #
- Added
backup
andrestore
database functionality - Updated
README
to add more details about the enhancement - Fixed some minor bugs
1.0.1 #
- Fixed issue on
Pass static analysis
report
1.0.0 #
- Initial release of
tarsier_mysql_storage
. - Supports shared functionality for Dart and Flutter environments.
- Added
BaseTable
for dynamic MySQL table management. - Implemented database CRUD operations with auto table creation.
- Added support for table clearing and auto-increment reset.
- Conditional imports for Dart and Flutter compatibility.