electricsql_cli 0.3.1 electricsql_cli: ^0.3.1 copied to clipboard
CLI to interact with the ElectricSQL service. Offers a similar tool set as the NPM electric_sql package.
0.3.0 #
- [BREAKING CHANGE]: The
generate_migrations
command is now calledgenerate
and it will also generate the drift schema code automatically based on the Postgres schema. This means that is no longer required to replicate the schema in drift manually with the same table and column names as the Postgres schema, making the process much simpler.
0.2.0 #
- Support electricsql Dart v0.2.0
0.1.3 #
- Update default Electric service port
- Better error handling
0.1.2 #
- Update generation style
0.1.1 #
- Update electricsql minimum version
0.1.0 #
- Initial version.