I made a database through sqlite in c++.
The db has been created in memory (using the \":memory:\" parameter insted of a filename), in order to have a very quick be
Check out this example: Loading and Saving In-Memory Databases