Solitude-Software-Solutions / OstrichDB

WIP | A document-based NoSQL, JSON-esque database for local machine use
Apache License 2.0
17 stars 2 forks source link

Begin work on records #71

Closed SchoolyB closed 1 day ago

SchoolyB commented 1 month ago

Most of the the work on data up to this point has been done collections and clusters. It is now time to start working on records.

SchoolyB commented 1 month ago

Successfully appending record names and record types

SchoolyB commented 2 days ago

OstrichDB now has basic CRUD operations capabilities!