https://github.com/denpeshkov/tinkerdb
A lightweight, naive database implementation written in Go
https://github.com/denpeshkov/tinkerdb
database db go golang learning
Last synced: 4 months ago
JSON representation
A lightweight, naive database implementation written in Go
- Host: GitHub
- URL: https://github.com/denpeshkov/tinkerdb
- Owner: denpeshkov
- Created: 2024-11-23T16:43:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T16:56:18.000Z (7 months ago)
- Last Synced: 2024-12-14T11:34:39.521Z (6 months ago)
- Topics: database, db, go, golang, learning
- Language: Makefile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TinkerDB
[](https://github.com/denpeshkov/tinkerdb/actions/workflows/ci.yml)
[](https://goreportcard.com/report/github.com/denpeshkov/tinkerdb)
[](https://pkg.go.dev/github.com/denpeshkov/tinkerdb)TinkerDB is my personal study project - a minimalist database implementation in Go.
Its purpose is to help me explore and understand the internal workings of a database system.
This project is purely for learning and experimentation, with no intention of making it production-ready.