An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# TinkerDB

[![CI](https://github.com/denpeshkov/tinkerdb/actions/workflows/ci.yml/badge.svg)](https://github.com/denpeshkov/tinkerdb/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/denpeshkov/tinkerdb)](https://goreportcard.com/report/github.com/denpeshkov/tinkerdb)
[![Go Reference](https://pkg.go.dev/badge/github.com/denpeshkov/tinkerdb.svg)](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.