A storage engine written in C
 
 
Go to file
Yury Kurlykov 64be6a4466
WIP: journal + transactions
I'm not even sure this code works, but I thought it would be lame to lose even *that* amount of code.
2020-04-22 01:16:06 +10:00
cmake Migrate to v1 data format 2019-12-05 00:12:09 +10:00
inc WIP: journal + transactions 2020-04-22 01:16:06 +10:00
src WIP: journal + transactions 2020-04-22 01:16:06 +10:00
.gitignore Initial commit 2019-10-28 20:47:53 +10:00
CMakeLists.txt WIP: journal + transactions 2020-04-22 01:16:06 +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
journal_file.md WIP: journal + transactions 2020-04-22 01:16:06 +10:00
table_file_v0.md Migrate to v1 data format 2019-12-05 00:12:09 +10:00
table_file_v1.md Add table file v1 doc 2019-12-03 23:38:00 +10:00

README.md

YeltsinDB

Storage engine for study project written in C.