Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.
/ ZeonDB Public archive

A Cell DB made in C++

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE
MIT
LICENSE.wy
Notifications You must be signed in to change notification settings

LowByteFox/ZeonDB

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

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE
MIT
LICENSE.wy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages