To create a new database, or open an existing database use the Database class. Once a database is created, add a table by calling the Database::create_table function.
To access the data stored in a table, use the Table class and call the Table::open function.
Classes | |
| class | db::Database |
| Database storage. More... | |
| class | db::Query |
| An SQL query cursor. More... | |
| class | db::Sequence |
| Integer number sequences. More... | |
| class | db::Table |
| A Table cursor. More... | |