tarsier_mysql_storage 1.0.0
tarsier_mysql_storage: ^1.0.0 copied to clipboard
A simple and flexible library for managing MySQL databases in Dart and Flutter applications.
1.0.0 #
- Initial release of
tarsier_mysql_storage. - Supports shared functionality for Dart and Flutter environments.
- Added
BaseTablefor 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.