Last updated:
0 purchases
electricsql cli
electricsql_cli #
CLI to communicate with the Electric service and/or run the Electric & Postgres services locally.
Mimics the behavior from the electric-sql CLI NPM package. https://www.npmjs.com/package/electric-sql
Getting Started 🚀 #
Add electricsql_cli as a dev dependency in your pubspec.yaml file.
Commands #
# How to run
$ dart run electricsql_cli <command> [arguments]
# Description of the available commands
$ dart run electricsql_cli --help
$ dart run electricsql_cli <command> --help
copied to clipboard
Documentation #
All the available commands are documented here: CLI commands
The documentation is for the official CLI in Node, but functionality in Dart is equivalent, you can simply replace the npx electric-sql part with dart run electricsql_cli.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.