Skip to content

qidi1/gosqldb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosqldb

Build Status codecov Go Report Card GoDoc FOSSA Status

How to use databases effectively? Understand them better. How do you understand them better? Reinvent!

gosqldb is a database implementation created solely for my learning exploration of how databases work.

Roadmap

  • create table DDL query;
  • insert;
  • select;
  • update;
  • delete;
  • table lock;
  • LSM;
  • B-tree;
  • parse SQL;

License

gosqldb is released under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%