python-oracledb/utils
Anthony Tuininga 5465dcca03 Fix error typo. 2022-11-01 14:23:29 -06:00
..
templates Fix error typo. 2022-11-01 14:23:29 -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.