python-oracledb/utils
Anthony Tuininga e93aab9399 Added support for sending a generated connection identifier to the
database.
2023-06-23 13:38:36 -06:00
..
templates Relaxed restriction for end-to-end string connection attributes. These 2023-06-14 18:37:36 -06:00
Makefile The connect() and create_pool() functions now have complete 2022-06-24 10:51:51 -06:00
README.md Initial commit. 2022-05-20 16:08:18 -06:00
build_from_template.py The connect() and create_pool() functions now have complete 2022-06-24 10:51:51 -06:00
fields.cfg Added support for sending a generated connection identifier to the 2023-06-23 13:38:36 -06: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.