❭ API reference ❭ data_base ❭
dbopen¶
Open files directly in a database.
This module provides funtcionality to open files in a database directly. This is generally not recommended, as the content of databases is usually written in a specific format, which is automatically inferred by the database.
However, for development and testing purposes, it may be of use to explicitly open these files.
Classes¶
Context manager to open files in databases |
Functions¶
|
Cache the result of a function. |
|
Resolve a relative database path |
|
Create a relative database path |
|
Resolve the path of a database. |
|
Create a database path from a given path. |
|
Resolve modular or relative database paths |
|
Find the common path of a list of db paths. |
|
Convert all relative database paths in a Cell parameters file to absolute paths. |
|
Convert all relative database paths in a Network parameters file to absolute paths. |
Documentation unclear, incomplete, broken or wrong? Let us know