Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diy-database

do-it-yourself-database, build your own database

todo, many things

build

$ export DIYD_STORAGE_DIR=$PWD
$ go build diyd/src/cmd

create table

go run diyd/src/cmd -table example -create

get key

go run diyd/src/cmd -table example -get <key>

set key

go run diyd/src/cmd -table example -set <key>=<value>

delete key

go run diyd/src/cmd -table example -delete <key>

About

[in progress] do-it-yourself-database, build your own database from ground zero

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages