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

https://github.com/denpeshkov/abyss

A lightweight, naive database implementation written in Go
https://github.com/denpeshkov/abyss

database db go golang learning

Last synced: 3 months ago
JSON representation

A lightweight, naive database implementation written in Go

Awesome Lists containing this project

README

        

# AbyssDB

[![CI](https://github.com/denpeshkov/abyss/actions/workflows/ci.yml/badge.svg)](https://github.com/denpeshkov/abyss/actions/workflows/ci.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/denpeshkov/abyss)](https://goreportcard.com/report/github.com/denpeshkov/abyss)
[![Go Reference](https://pkg.go.dev/badge/github.com/denpeshkov/abyss.svg)](https://pkg.go.dev/github.com/denpeshkov/abyss)

AbyssDB is a relational database written in pure Go.