mdvtools.dbutils.dbservice
Classes
Module Contents
- class mdvtools.dbutils.dbservice.ProjectService[source]
- class mdvtools.dbutils.dbservice.FileService[source]
- static add_or_update_file_in_project(file_name, file_path, project_id)[source]
Adds a new file or updates an existing file in the database.
- static get_file_by_path_and_project(file_path, project_id)[source]
Fetch a file by its path and project ID.