This is a simple implementation of a NoSQL database using Go from scratch.
- So far, this repo attempts to create a database from ground-up, by starting with pages and Data Access Layer
- The Data Access Layer is implemented using pages (based on OS Page size) and managing them.