python-oracledb/utils
Anthony Tuininga 9645d4f9b3 Fix regression when using a connection type when creating a pool. 2023-12-19 14:54:57 -07:00
..
templates Fix regression when using a connection type when creating a pool. 2023-12-19 14:54:57 -07:00
Makefile Black is now used to format Python code and ruff to lint Python code. 2023-10-10 14:19:11 -06:00
README.md Initial commit. 2022-05-20 16:08:18 -06:00
build_from_template.py Black is now used to format Python code and ruff to lint Python code. 2023-10-10 14:19:11 -06:00
fields.cfg Desupported items for version 2.0. 2023-12-19 11:43:07 -07:00

README.md

This directory contains utility scripts for generating parameter files from templates using the configuration stored in fields.cfg.

Generation is used instead of dynamic runtime equivalents in order to allow static analyzers (such as those used in Visual Studio Code) to benefit.