Description
The Unqlite C library which implements a “
UnQLite is a in-process software library which implements a self-contained, serverless, zero-configuration, transactional NoSQL database engine. UnQLite is a document store database similar to MongoDB, Redis, CouchDB etc. as well a standard Key/Value store similar to BerkeleyDB, LevelDB, etc.” using single data files (similar to SQLite).
Licensed under the Modified BSD License.
Installation Instructions
sudo dnf copr enable shlomif/unqlite
sudo dnf install unqlite-devel
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | aarch64 (0)*, s390x (0)*, x86_64 (0)* | Fedora 38 (0 downloads) |
Fedora 39 | aarch64 (0)*, s390x (0)*, x86_64 (0)* | Fedora 39 (28 downloads) |
Fedora 40 | aarch64 (0)*, s390x (1)*, x86_64 (0)* | Fedora 40 (7 downloads) |
Fedora 41 | aarch64 (0)*, s390x (0)*, x86_64 (0)* | Fedora 41 (3 downloads) |
Fedora rawhide | aarch64 (10)*, s390x (8)*, x86_64 (8)* | Fedora rawhide (82 downloads) |
Mageia cauldron | aarch64 (8)*, i686 (0)*, x86_64 (8)* | Mageia cauldron (84 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable shlomif/unqlite
More info about enabling Copr repositories