open_database
A function to open a database file extracting all the files inside of it, essential for any operation
Last updated
A function to open a database file extracting all the files inside of it, essential for any operation
Last updated
The open_database function is inside of the class, this function opens an EXISTING database and extracts all the tables, its essential to all operations related to editing a database.
Arguments: - std::string file name // the name of the database file
Example
In this example, you first need to follow the installation process. Once completed, you can proceed with this simple demonstration. In this example, we will open and close a database named mydatabase.db
. Feel free to change the database name, but keep in mind that you need to create the file beforehand.