Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

171 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeonDB

Multi-model, high performance, NoSQL database in C++.

Features

  • Suports multiple database models (KV, Document, Graph, SQL-like)
  • Simple query language ZQL (Zeon Query Language)
  • C Client API
  • Cross-platform, depending only on OpenSSL/LibreSSL and libuv

Getting Started

Compiling under UNIX systems

git clone https://codeberg.org/LowByteFox/ZeonDB
cd ZeonDB
cmake -B build -G Ninja
ninja -C build

Compiling under Windows

  1. Get msys2
  2. Run mingw64 version of msys2 shell
  3. Install dependencies with pacman -S git pkgconf mingw-w64-x86_64-cmake mingw-w64-x86_64-libressl mingw-w64-x86_64-libuv mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
  4. Now compile using UNIX compilation instructions

SDKs

Currently, ZeonDB has JavaScript SDK for only one runtime

Note Official repository is at codeberg
Mirror of the repository is at github

About

A Cell DB made in C++

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages