Summary
dqlite is a C library that implements an embeddable and replicated SQL database engine with high-availability and automatic failover. The acronym "dqlite" stands for "distributed SQLite", meaning that dqlite 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.
Versions
v1.6.0 :: 0 :: gentoo
- Modified
- License
- LGPL-3-with-linking-exception
- Keywords
- amd64 ~arm64
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-db / sqlite : SQL database engine
dev-libs / libuv : Cross-platform asychronous I/O
dev-libs / raft : C implementation of the Raft consensus protocol
Runtime Dependencies
dev-db / sqlite : SQL database engine
dev-libs / libuv : Cross-platform asychronous I/O
dev-libs / raft : C implementation of the Raft consensus protocol
Depending packages
app-emulation / lxd : Fast, dense and secure container management
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-libs/dqlite: stabilize 1.6.0 on amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Luca Barbato · gentoo
dev-libs/dqlite: Mark ~arm64
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Luca Barbato <lu_zero@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-libs/dqlite: Disable building of static libraries
Closes: https://bugs.gentoo.org/750809 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-libs/dqlite: don't install .a & .la files
Closes: https://bugs.gentoo.org/750809 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
dev-libs/dqlite: new package
- embeddable, replicated and fault tolerant SQL engine, - dep of lxd. Signed-off-by: Joonas Niilola <juippis@gentoo.org>