electricsql 0.3.1 copy "electricsql: ^0.3.1" to clipboard
electricsql: ^0.3.1 copied to clipboard

discontinued
outdated

A Dart implementation for ElectricSQL (electric-sql.com) client.

0.3.1 #

  • Code based on official Typescript client v0.7.1

0.3.0 #

  • Code based on official Typescript client v0.7.0
  • Breaking change: Compatible with the Electric service v0.7.0+
  • Added support for additional data types from Postgres, replicated in the local SQLite and mapped as Dart types in the drift schema:
    • uuid
    • int2
    • int4
    • float8
    • date
    • time
    • timetz
    • timestamp
    • timestamptz
  • Automatic drift schema generation using the electricsql_cli package. No longer needed to manually replicate the Postgres schema in drift.

0.2.1 #

  • Code based on official Typescript client v0.6.4
  • Fix edge case condition after initial sync

0.2.0 #

  • Code based on official Typescript client v0.6.3
  • Previous Typescript version changelogs: v0.6.0 v0.6.1 v0.6.2
  • Breaking change: Compatible with Electric v0.6.0+

0.1.3 #

  • Code based on official Typescript client v0.5.3
  • Logger configuration

0.1.2 #

0.1.1 #

  • Code based on official Typescript client v0.5.2
  • Colored logs

0.1.0 #

  • Initial version.
37
likes
0
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart implementation for ElectricSQL (electric-sql.com) client.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor, collection, crypto, dart_jsonwebtoken, drift, equatable, events_emitter, fixnum, http, logging, meta, platform_info, protobuf, rate_limiter, retry, sqlite3, synchronized, uuid, web_socket_channel

More

Packages that depend on electricsql