Skip to content

A minimal, lightweight Database implementation written in C, targeted at Embedded Systems and those with limited Resources.

License

Notifications You must be signed in to change notification settings

mmkzer0/microDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microDB

A minimal, lightweight Database implementation written in C, targeted at Embedded Systems and those with limited Resources.

Goals

  • basic db datastructure functionality
    • db objects, tables, rows and columns
    • creation/dropping
    • inserting and returning single values
    • returning rows/columns/tables
  • basic sql commands
    • SELECT, FROM, WHERE
    • INSERT, UPDATE, DELETE
  • serialization into files for persistency
    • serialize, deserialize
  • parsing
  • ideally dynamic datastructure resizing

About

A minimal, lightweight Database implementation written in C, targeted at Embedded Systems and those with limited Resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published