Skip to content
/ tinydb Public

A teeny tiny Database written in cpp as a hobby.

Notifications You must be signed in to change notification settings

subygan/tinydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyDB

The goal of this project is to write a small functional database that is able to handle request.

Compile and run server

g++ -Wall -Wextra -O2 -g server/server.cpp -o bin/server && ./bin/server

compile and run client

g++ -Wall -Wextra -O2 -g client/client.cpp -o bin/client && ./bin/client

About

A teeny tiny Database written in cpp as a hobby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published