Object-Relational Mapping¶
Any modeling capability of the Reversense platform, as well as the persistence and searching of data, is based on the internal ORM.
To be flexible, we developed an ORM to manipulate, fragment and store a graph database containing millions nodes to various support such as memory, mongodb, sqlite, elastic and raw file. This ORM offer a simple and intuitive API to manipulate the graph database, and features a powerful query language to search and filter data.
This ORM is able to auto-document internal modeling and to populate dynamically an external MCP server.
1. Concepts¶
2. Modules¶
- Dexcalibur ORM : The core module
- Dexcalibur ORM MongoDB : MongoDB adapter