electricsql_cli 0.2.0 electricsql_cli: ^0.2.0 copied to clipboard
CLI to interact with the ElectricSQL service. Offers a similar tool set as the NPM electric_sql package.
electricsql_cli #
CLI to communicate with the Electric service. Mimics some behavior from the electric-sql CLI NPM package. https://www.npmjs.com/package/electric-sql
Getting Started 🚀 #
Add the electricsql_cli as a dev dependency in your pubspec.yaml
file.
Commands #
# Generate client migrations dart file
$ dart run electricsql_cli generate_migrations
# Description of the available commands
$ dart run electricsql_cli --help
$ dart run electricsql_cli generate_migrations --help