row-store
There are 4 repositories under row-store topic.
FreeLeh/GoFreeDB
GoFreeDB is a Golang library that provides common and simple database abstractions on top of Google Sheets.
FreeLeh/PyFreeDB
PyFreeDB is a Python library that provides common and simple database abstractions on top of Google Sheets.
MJavaadAkhtar/Database-library-implementation
A library containing functions to store and maintain relational data on disk using heap file data structure
MariosAchilias/Index-File
Modules for record (row) storage, implementing unordered (heap) and (static) hash file organization, and secondary indexing. Built on top of a buffer manager.