Skip to content

khasanovasad/cdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

cdb

Simple DBMS written in C language that only supports the following hardcoded table:

Column Type
id INT
username VARCHAR(32)
email VARCHAR(255)

About

Toy DBMS written in C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages