Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 565 Bytes

File metadata and controls

22 lines (14 loc) · 565 Bytes

Getting started

Download QtCreator for your platform, clone the repo, and open the main groundupdb.pro project file in QtCreator. You can build the whole project from here. Best to start with the command line interface (CLI) called groundupdb-cli.

Features

  • Set a key-value pair
  • Retrieve a value for a key

(Hey, you gotta start somewhere!)

And these administrative features:-

  • Created a new empty database
  • Delete a database and all of its content

Note

This is a demonestration of a Workshop about create a database from scratch using C++.