Protocol
LMDBData
A type with a customized data representation suited for storage inside an LMDB database.
protocol LMDBData
Discussion
Types that conform to the LMDBData protocol can provide their own representation to be used when converting an instance to a valid data representation ready for LMDB storage.
Note
Default implementations for some common Swift types are included. Custom types require an appropriate implementation of the conversion.
Topics
Initializers
Instance Methods