Clean database for testing, inspired by database_cleaner for Ruby
- Updated
Nov 10, 2021 - Go
Clean database for testing, inspired by database_cleaner for Ruby
a lightweight, educational SQL database engine written in pure Go. It implements a comprehensive subset of SQL features using only Go's standard library, making it perfect for learning database internals.
Husk: Embedded, Object-Oriented Database
High-performance persistent key-value store in Go with LSM-tree, SST compaction, and concurrent operations
Fast library realised lsm tree key value store.
Work-in-progress SQL database built from scratch, following the Build Your Own Database tutorial. An educational project to learn database internals — from storage and indexing to SQL parsing and query execution.
Add a description, image, and links to the database-engine topic page so that developers can more easily learn about it.
To associate your repository with the database-engine topic, visit your repo's landing page and select "manage topics."