Walter Wanderley

Walter Wanderley

Building High Available SQLite

Forums

Another distributed SQLite

HA SQLite

A new HA version supports both leader-based and leaderless clusters for replication, with customizable conflict resolution.

  • Java users can connect to the database using a JDBC driver.

  • Go users can use the database/sql driver for embedded replicas.

  • Other languages can leverage the sqlite extension ha-sync to synchronize data and a gRPC SDK to interact with the database.

  • Postgresql and Mysql wire protocol compatible

View more