Releases: ysj1173886760/TinyDB
Releases · ysj1173886760/TinyDB
Initial Release
The initial version only contains a basic database kernel that supports B+Tree Index
, 2PL Concurrency Control
, 'ARIES recovery` with single version heap file storage system.
Note that TinyDB
is an temporary name, which might be changed later.
Initial version should be an good example for database learners to study the basic architecture of an database kernel.
Unit test and integration test is included.