quds_db_postgres 0.0.6
quds_db_postgres: ^0.0.6 copied to clipboard
Postgres adapter for quds_db_interface package. Provides complete SQL implementation using postgres.
0.0.6 #
- Add Dart-first versioned migrations via
connection.migrations(PostgresMigrationContext+ sharedSchemaMigrationRunner). - Depend on
quds_db_interface^0.0.5.
0.0.1 #
- Initial version.
0.0.2 #
- Removed flutter as a dependency from pubspec
0.0.3 #
- Updated homepage, repository
0.0.4 #
- update project files for consistency and formatting improvements
0.0.5 #
- Upgraded the dependencies.