Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Replicated remote SQLite with high availability and auto fail-over.

Suited for applications that require High Availability and remote access but don't need all the features of a complete RDBMS and can fit SQLite in their use case.
Remote access to SQLite is via the PostgreSQL wire protocol.
High availability needs only two Nodes (Primary->Secondary).