tarsier_mysql_storage 1.0.3
tarsier_mysql_storage: ^1.0.3 copied to clipboard
A simple and flexible library for managing MySQL databases in Dart and Flutter applications.
1.0.3 #
- Updated dependency versions to latest stable releases
- Improved Dart 3 analysis and linting configuration
- Bumped compatibility with all Dart 3.x SDKs
1.0.2 #
- Added
backupandrestoredatabase functionality - Updated
READMEto add more details about the enhancement - Fixed some minot bugs
1.0.1 #
- Fixed issue on
Pass static analysisreport
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.
