Skip to content

wieceslaw/single-file-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Relational Database Management System

Modules

  • core - file management functionality
  • parser - syntactic analysis of query language
  • util - utility data structures and definitions

File data structures

img.png img_1.png

Performance tests

Delete O(n)

img_2.png

Select O(n)

img_3.png

Select with single Join O(n^2)

img.png

Update O(n)

img_1.png

Insert O(1)

img.png

About

SQL-like Relational Database Management System in pure C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors