English • Русский
This project is WIP (Work In Progress). At the moment this project is not even a database, but soon (or not) it will be a full-fledged database. SyrDB is a new database created for a wide variety of projects, it supportsSQL
and NoSQL
. If you are migrating from another database to this one, then the migration from other databases feature will help you!
- WebPanel
- Supports NoSQL & SQL
- Low resource consumption
- Semi Smart Cache Manager
- CMake
3.12+
. Tested: CMake3.24
- Visual Studio
2019
. Tested: Visual Studio2022
- Open console
- Write the following commands:
$ git clone https://github.com/TheStngularity/SyrDB.git $ cd SyrDB $ mkdir build $ cd build $ cmake .. -DCMAKE_BUILD_TYPE=Release $ cmake --build . --config Release $ move src/Release/syrdb.exe ./syrdb.exe
Ready! Database builed.
- CMake
3.12+
. Tested: CMake3.24
- G++
- Open terminal
- Write the following commands:
$ git clone https://github.com/TheStngularity/SyrDB.git $ cd SyrDB $ mkdir build $ cd build $ cmake .. -DCMAKE_BUILD_TYPE=Release $ cmake --build . --config Release $ move src/syrdb ./syrdb
- Node.JS
- Python
- C++
- Java
- .NET 6 (by @EgorBron)
GNU AGPL
(GNU Affero General Public License) license. See the LICENSE file for more information.
Made with ❤ and 🍵 by me for you!