electricsql_cli 0.8.1 copy "electricsql_cli: ^0.8.1" to clipboard
electricsql_cli: ^0.8.1 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 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

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.

2
likes
150
pub points
55%
popularity

Publisher

unverified uploader

CLI to interact with the ElectricSQL service. Offers a similar tool set as the NPM electric_sql package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

archive, args, code_builder, collection, dart_style, dotenv, electricsql, equatable, http, mason_logger, package_config, path, recase, web_socket_channel, yaml

More

Packages that depend on electricsql_cli