SQLite Containers
|
docs | |
▼ examples | |
example-map-blob.cpp | |
example-map-set-2.cpp | |
example-map-set.cpp | |
example-map-struct.cpp | |
example-map.cpp | |
example-multi-instance.cpp | |
example-multimap-struct.cpp | |
example-multimap.cpp | |
example-set-struct.cpp | |
example-set.cpp | |
▼ include | |
▼ sqlite_containers | |
▼ parts | |
BaseDB.hpp | Base class for SQLite database management in sqlite_containers |
Config.hpp | Contains the declaration of Config class for SQLite database configuration |
Enums.hpp | Contains enumerations and utility functions related to SQLite modes |
SqliteStmt.hpp | Declaration of the SqliteStmt class for managing SQLite prepared statements |
Utils.hpp | Utility functions for working with SQLite in sqlite_containers |
KeyDB.hpp | Declaration of the KeyDB class for managing keys in a SQLite database |
KeyMultiValueDB.hpp | Template class for managing key-value pairs in a SQLite database |
KeyValueDB.hpp | Declaration of the KeyValueDB class for managing key-value pairs in a SQLite database |