Expand description
Traits and implementations for accessing databases and caches.
Currently we only provide pure MongoDB/SQLite implementation. Mixing implementation is possible.
Modules§
- application_
dldata - Traits and structs for application downlink data.
- application_
uldata - Traits and structs for application uplink data.
- coremgr_
opdata - Traits and structs for coremgr operation data.
- mongodb_
conn - network_
dldata - Traits and structs for network downlink data.
- network_
uldata - Traits and structs for network uplink data.
- sqlite_
conn
Structs§
- Mongo
DbModel - Pure MongoDB model.
- Mongo
DbOptions - MongoDB connection options.
- Sqlite
Model - Pure SQLite model.
- Sqlite
Options - SQLite connection options.
Enums§
- Conn
Options - Database connection options for model implementation.
Traits§
- Model
- The top level trait to get all models (tables/collections).
Functions§
- new
- To create the database model with the specified database implementation.