A storage engine written in C
 
 
Go to file
Yury Kurlykov 31c5b08f6a Fix broken instance state after table read failure
Also fix memory leak in the same case
2019-10-30 01:34:58 +10:00
inc/YeltsinDB Fix page deletion logic 2019-10-29 15:52:41 +10:00
src Fix broken instance state after table read failure 2019-10-30 01:34:58 +10:00
.gitignore Initial commit 2019-10-28 20:47:53 +10:00
CMakeLists.txt Initial commit 2019-10-28 20:47:53 +10:00
Doxyfile Fix docs generation 2019-10-28 22:36:33 +10:00
README.md Initial commit 2019-10-28 20:47:53 +10:00
table_file.md Initial commit 2019-10-28 20:47:53 +10:00

README.md

YeltsinDB

Storage engine for study project written in C.