Skip to content

JOSMAN-UE/ADB.-SQL-like-DB.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADB.-SQL-like-DB.

Some 2000 LOC of C code. SQL like DB.

Main features:

  • basic but smart design.
  • any number of tables and columns.
  • Indexes memory resident.
  • the code is C and is easy to read and understand.
  • the code is really tested.
  • the code is secure and fast.
  • the code is very easy to extent.

I think is good start point for any DBMS proyect.