![]() |
MDBX Containers
|
Classes | |
| struct | MyStruct |
| Demonstrates storing values of arbitrary types using AnyValueTable. More... | |
| struct | MyData |
| Storing a custom struct with to_bytes/from_bytes. 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 10 of file config_initialized_table.cpp.