Module models

Source
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§

MongoDbModel
Pure MongoDB model.
MongoDbOptions
MongoDB connection options.
SqliteModel
Pure SQLite model.
SqliteOptions
SQLite connection options.

Enums§

ConnOptions
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.