tarsier_mysql_storage 1.0.1
tarsier_mysql_storage: ^1.0.1 copied to clipboard
A simple and flexible library for managing MySQL databases in Dart and Flutter applications.
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.