Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@shared@state_ExtensionInstance.hrl
Raw

include/aarondb@shared@state_ExtensionInstance.hrl

-record(extension_instance, {
adapter_name :: binary(),
attribute :: binary(),
data :: gleam@dynamic:dynamic_()
}).