Coverage for nexusLIMS/db/__init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.11.3, created at 2026-03-24 05:23 +0000
« prev ^ index » next coverage.py v7.11.3, created at 2026-03-24 05:23 +0000
1"""
2A module to handle communication with the NexusLIMS database.
4Also performs basic database ORM tasks. The
5:py:mod:`~nexusLIMS.db.session_handler` submodule is primarily concerned with mapping
6session log information from the database into python objects for use in other parts of
7the NexusLIMS backend.
8"""