Skip to content

An experimental database implementation written in pure Go.

License

Notifications You must be signed in to change notification settings

ldaniels528/tinyDB.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyDB (Go port)

Motivation

The purpose of this project is evaluate the developer experience offered by Rust and Go by implementing the same database engine in both languages.

You can find the Rust version here.

I'm just getting started but check back from time to time to see the progress.

Development

TinyDB (Go) is not yet a working product; and unfortunately progress has been slow due to the majority of the effort going to the Rust port.

If you'd like to run the tests just to see what's going on:

go test main

About

An experimental database implementation written in pure Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages