tarsier_mysql_storage library
A Dart and Flutter compatible package for seamless MySQL database integration.
This package simplifies database management by providing:
- Cross-platform support for Dart and Flutter.
- Automatic table creation using a flexible schema.
- CRUD (Create, Read, Update, Delete) operations.
- Clear table and reset auto-increment functionality.
- Easy-to-use abstraction for working with MySQL tables.
Classes
-
BaseTable<
T extends BaseTableModel> - Abstract class for defining a base table for database operations.
- BaseTableModel
- Abstract class representing the base model for database tables.
- MySQLConfig
- Configuration class for MySQL database connection.
- TarsierMySQLStorage
- Singleton class for managing MySQL connections and automatic table creation