Categorygithub.com/saikumar1752/MyDB
repositorypackage
0.0.0-20240920174810-92815221e793
Repository: https://github.com/saikumar1752/mydb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

MyDB

The Golang database is easy to use via CLI and persists objects superfast.

  • Compact and durable relational database using a B+ tree structure that supports primary index.
  • Supports ACID properties
  • Supports multiple transactions

Installing

$ go get github.com/saikumar1752/DataDynamo

At its core this project borrows ideas from the book Build your own database from scratch by James Smith

WIP

  • Add secondary indexes
  • Provide richer syntax and more sql like commands.