Skip to content

Simple key-value storage. Not production ready: making just for fun

Notifications You must be signed in to change notification settings

devbackend/crutch-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrutchDB

Not production ready: making just for fun

Development

# install linters
make lint-install

# run linters
make lint

# run tests (without coverage)
make test

# run tests with coverage
make test-coverage

# build project (local)
make build

# run project (local)
make run

# build project (in docker)
make docker-build

# run project (in docker)
make docker-run

About

Simple key-value storage. Not production ready: making just for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published