A reference to the actual instantiated adapter associated with this data source
The cache of actual row data from the data source - while the type is allowed to be arbitrary, joining logic may not handle caches not structures as a list of rows well.
The unique identifier assigned to this specific data source.
An arbitrary cache of metadata the data source may cache inside the model; useful for storing things like available fields, schemas, connection data, and more - potentially very useful for deserialization.
A string literal uniquely identifying the data source's type Note: Not currently important, but will be used deserialization of data sources.
Generated using TypeDoc
Specific shape of a sqlite file data source, without specifying the shape of any data within it