[−][src]Crate ironsea_index
Iron Sea - Index
Traits definitions for the Iron Sea database toolkit indices.
Iron Sea: Database Toolkit
Iron Sea provides a set of database engine bricks, which can be combined and applied on arbitrary data structures.
Unlike a traditional database, it does not assume a specific physical structure for the tables nor the records, but relies on the developer to provide a set of extractor functions which are used by the specific indices provided.
This enables the index implementations to be agnostic from the underlying data structure, and re-used.
Traits
Indexed | Methods provided by indices. |
IndexedDestructured | Methods provided by destructuring indices. |
Record | Record behavior used by Indexed implementations. |
RecordFields | Record behavior used by IndexedDestructured implementations. |