![]() |
MDBX Containers
|
Classes | |
struct | MyData |
Storing a custom struct with to_bytes/from_bytes. More... | |
struct | MyStruct |
Shows scoped transaction usage. More... | |
Functions | |
int | main () |
Basic example using Config to initialize a table. | |
Example programs demonstrating how to use the mdbx-containers library.
int main | ( | ) |
Basic example using Config to initialize a table.
Showcase of various table methods.
Using multiple tables in a single environment.
Demonstrates manual transaction management.
Definition at line 9 of file config_initialized_table.cpp.