19 #define AFW_IMPLEMENTATION_ID "lmdb"
23 static const afw_utf8_t impl_factory_description =
24 AFW_UTF8_LITERAL(
"Adaptor type for Lightning Memory-Mapped Database (LMDB).");
27 afw_lmdb_adaptor_factory =
29 &impl_afw_adaptor_factory_inf,
31 &impl_factory_description
39 impl_afw_adaptor_factory_create_adaptor_cede_p (
Adaptive Framework Core API.
Interface afw_interface implementation declares.
const afw_adaptor_t * afw_lmdb_adaptor_create_cede_p(const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
Internal create an LMDB adaptor.
Adaptive Framework LMDB Adaptor Internal Header.
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Interface afw_adaptor_factory public struct.
Interface afw_adaptor public struct.
Interface afw_object public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.