SQLite Containers
Loading...
Searching...
No Matches
KeyMultiValueDB.hpp File Reference

Template class for managing key-value pairs in a SQLite database. More...

#include "parts/BaseDB.hpp"
#include <algorithm>

Go to the source code of this file.

Classes

class  sqlite_containers::KeyMultiValueDB< KeyT, ValueT >
 Template class for managing key-value pairs in a SQLite database, where each key can map to multiple values. More...
 

Namespaces

namespace  sqlite_containers
 

Detailed Description

Template class for managing key-value pairs in a SQLite database.

Definition in file KeyMultiValueDB.hpp.