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.
- create table DDL query;
- insert;
- select;
- update;
- delete;
- table lock;
- LSM;
- B-tree;
- parse SQL;
gosqldb is released under the MIT license.