db
Last updated
Last updated
Last updated: 2025-04-24 01:05:32.464565 File source:
This package defines the local database functionality for the Device Management Service (DMS). Currently two repository structures have been implemented:
clover
: which is a NoSQL
or document oriented database implementation.
Here is quick overview of the contents of this pacakge:
The class diagram for the db
package is shown below.
Source file
Rendered from source file
gorm
: which is a database implementation.
: Current file which is aimed towards developers who wish to use and modify the package functionality.
: This file defines the method which opens an SQlite database at a path set by the config parameter work_dir
, applies migration and returns the db
instance.
: This folder contains the sub-packages of the db
package.
: This folder contains the class diagram of the package.
Refer to the file defined in the repositories folder for specification of the package.