cowsql is a C library that implements an embeddable and replicated SQL database
engine with high availability and automatic failover.
cowsql extends SQLite with a network protocol that can connect together various
instances of your application and have them act as a highly-available cluster,
with no dependency on external databases.
This package contains the files necessary for developing and building
applications using the library.
Provides
Requires
License
LGPL-3.0-only WITH LGPL-3.0-linking-exception
Changelog
* Sun Mar 31 2024 Andreas Stieger <andreas.stieger@gmx.de>
- update to 1.15.6:
* leader: Fix double-frees
* More raft protocol errors are translated into sqlite errors
* Improved handling of SQLITE_DIRECT_OVERFLOW_READ
* Tue Feb 20 2024 Andreas Stieger <andreas.stieger@gmx.de>
- cowsql 1.15.4, fork of canonical/dqlite, working with cowsql/raft
Files
/usr/include/cowsql