forked from FirebirdSQL/python3-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathref-config.txt
More file actions
28 lines (21 loc) · 787 Bytes
/
ref-config.txt
File metadata and controls
28 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.. module:: firebird.driver.config
:synopsis: Driver configuration
======================
firebird.driver.config
======================
This module defines the configuration system for the firebird-driver.
It uses an INI-style format managed via the `DriverConfig` class, which
allows defining settings for the driver itself, default server/database
parameters, and named configurations for specific servers and databases.
Configuration can be loaded from files, strings, or dictionaries, and
supports environment variable interpolation. The primary interaction point
is usually the global `driver_config` instance.
Classes
=======
.. autoclass:: DriverConfig
.. autoclass:: ServerConfig
.. autoclass:: DatabaseConfig
Globals
=======
.. autodata:: driver_config
:no-value: