YACDB
Yet Another C(rappy) Database
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  server-side
  core
  include
 core.hCore YACDB managment, from user input to execution
  diskio
  include
 db_structs.hStructures for interacting with the database
 diskio.hInteractions with the disk and cache
 diskiod.hDebug utils for disk and cache operations
  parser
  include
 instruction.hStructures for instruction management
 main_parser.hSmall parser include to only add some generic function
 parser.hMain parsing file, transform a user input into instruction from instruction.h
 parser_dump.hDebug file to dump instructions
 parser_mallocs_frees.hFrees and mallocs helper for the structures in instruction.h
  schema
  include
 cursor.hOperations on b-plus-trees using a cursor
 cursor_bt.h
 db_ops.hHigh(ish) level instructions for general database operations
 record.hA structure for handling data of unknown type
  utils
 utils.h