electricsql_cli 0.5.1 copy "electricsql_cli: ^0.5.1" to clipboard
electricsql_cli: ^0.5.1 copied to clipboard

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

0.5.1 #

  • Code based on official Typescript client v0.9.1

0.5.0 #

  • Code based on official Typescript client v0.9.0
  • The CLI has been greatly improved, now supporting running the Electric and Postgres services locally behind the scenes, simplifying the structure of the project. Checkout the Quickstart section in the README for more details.

0.4.1 #

  • Code based on official Typescript client v0.8.2
  • New "proxy-tunnel" command that tunnels a Postgres TCP connection over a websocket for the Postgres Proxy.

0.4.0 #

  • Code based on official Typescript client v0.8.0 and v0.8.1
  • Added additional CLI parameter, int8AsBigInt to configure how to treat the INT8 type in Dart code, either as a BigInt or as int. BigInt can be useful if you need the full INT8 range in Flutter Web. Otherwise, Dart int is capable of storing the full INT8 range for all other platforms.

0.3.1 #

  • Code based on official Typescript client v0.7.1

0.3.0 #

  • [BREAKING CHANGE]: The generate_migrations command is now called generate 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.
2
likes
0
pub points
30%
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

License

unknown (license)

Dependencies

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

More

Packages that depend on electricsql_cli