python-oracledb/utils
Anthony Tuininga d3e14f6b87 Corrected and enhanced type checking issues (#52, #54, #60). 2022-09-28 09:08:54 -06:00
..
templates Corrected and enhanced type checking issues (#52, #54, #60). 2022-09-28 09:08:54 -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 token authentication (Azure OAuth and IAM) via the new 2022-08-27 15:54:18 -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.