Skip to content
/ MVault Public

Fast and reliable non-relational database in pure C++ 11

Notifications You must be signed in to change notification settings

mrognor/MVault

Repository files navigation

Full documentation available here

Configure project

Cmake is used to configure the project. It is called via the Configure script. The Configure script can accept command-line parameters, which it will pass to the Cmake call.

Old

This is readme

Full documentation available here

This project provides a convenient way to work with data.

Be careful when adding a string as a key value. If you do not specialize the function type manually, then the compiler will perceive your string as an array of charms, which may cause errors when adding and reading data. Add examples.

Можно заменить или добавить схему на которой будет таблица scheme

Прописать про параметры cmake при вызове Configure.bat

About

Fast and reliable non-relational database in pure C++ 11

Resources

Stars

Watchers

Forks

Releases

No releases published