A storage engine written in C
 
 
Go to file
Yury Kurlykov 22ab490e3c Fix page was not rewinded before file write 2019-10-31 03:50:50 +10:00
inc/YeltsinDB Fix page replace was broken if passed the same page pointer 2019-10-31 03:09:54 +10:00
src Fix page was not rewinded before file write 2019-10-31 03:50:50 +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.