/SQLite-remake

Can i make it work for parallel programming

Primary LanguageCGNU General Public License v2.0GPL-2.0

SQLite remake

Best if I try my hands on some data base management. For my future hoard server.

Added features

  • Insert: Inserts a row into the database
  • Select: Displays all data stored in the database
  • Exit: Saves cached data to disk and exits
  • No GUI: Embrace TUI

References

  • Why SQLite: here
  • SQLite in general: here
  • Guidance for writing this in C: here