Skip to content

coshcage/svimrdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About SI/SVIMRDB (SV In-memory relational database)
This is an in-memory database that built under StoneValley.
All files are published under GPLv2 license.
If you want to develop this project with me, please send an email to cosh.cage at hotmail.com.
You may download StoneValley from here: https://github.com/coshcage/StoneValley

Compilation guide:

Install cmake >= 3.31 and run the following commands
cmake -B build
cmake --build build

To build samples, you can use BUILD_SAMPLES option in cmake:
cmake -B build -DBUILD_SAMPLES=ON
cmake --build build

The artifact will appear in build/Samples.

About

In-memory relational database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published