tomarrell / lbadd

LBADD: An experimental, distributed SQL database
MIT License
387 stars 26 forks source link

engine: define file format for the database files #178

Open tsatke opened 4 years ago

tsatke commented 4 years ago

For us, it would probably more desirable to have a database consisting of multiple files, since it greatly decreases complexity of the file format, facilitates unit tests and improves simplicity and small responsibility for tooling.