quds_db_mysql 0.0.9
quds_db_mysql: ^0.0.9 copied to clipboard
MySQL adapter for quds_db_interface package. Provides complete SQL implementation using mysql_client.
0.0.9 #
- Add Dart-first versioned migrations via
connection.migrations(MysqlMigrationContext+ sharedSchemaMigrationRunner). - Depend on
quds_db_interface^0.0.5.
0.0.1 #
- Initial version.
0.0.3 #
- Removed flutter as a dependency from pubspec.yaml.
- Added homepage to pubspec.yaml.
0.0.4 #
- Replaced flutter_test with test package, and add unit tests
0.0.5 #
- Add unit tests for advanced capabilities.
0.0.7 #
- update project files for consistency.
0.0.8 #
- Upgraded the dependencies.