Skip to content

Releases: syncliteio/SyncLite

2024.09.17

19 Sep 12:05
Compare
Choose a tag to compare

Highlights

  1. Introduced ClickHouse and FerretDB as supported destination databases in SyncLite Consolidator
  2. Support for REST API in SyncLiteDB.
  3. Support for begin, commit and rollback transaction commands in SyncLiteDB
  4. Introduced a new configuration option in ``SyncLite Consolidator``` to enable/disable creation of SyncLite metadata table on destination DB (by default set to enable metadata table on destination DB)

More details here: https://github.com/syncliteio/SyncLite/blob/main/README.md

Full Changelog: https://github.com/syncliteio/SyncLite/commits/2024.09.17

2024.09.04: Fixes in synclite-db and synclite-client

04 Sep 09:21
Compare
Choose a tag to compare

Highlights

  1. Introduced SyncLite DB: A sync-enabled, single-node database server that wraps popular embedded databases like SQLite, DuckDB, Apache Derby, H2, and HyperSQL. SyncLite DB acts as a standalone server, allowing your edge or desktop applications—regardless of the programming language—to connect and send SQL requests (wrapped in JSON format) over a network socket.

  2. Introduced SyncLite Validator: An integration testing tool to run end-to-end tests validating data consolidation for various types SyncLite devices.

More details here: https://github.com/syncliteio/SyncLite/blob/main/README.md

Full Changelog: https://github.com/syncliteio/SyncLite/commits/2024.09.04