A storage engine written in C
 
 
Go to file
Yury Kurlykov a2a25826cf Add check on page delete if it's the last one 2019-10-31 01:47:54 +10:00
inc/YeltsinDB Fix linker error 2019-10-30 22:37:18 +10:00
src Add check on page delete if it's the last one 2019-10-31 01:47:54 +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.