Templates for execsql.py
===================================================

Several types of templates are provided that may be useful in conjunction with execsql.py.  These are:

*execsql.conf*
    An annotated version of the configuration file that includes all configuration settings
    and notes on their usage.

*script_template.sql*
    A framework for SQL scripts that make use of several execsql features.  It includes sections
    for custom configuration settings, custom logfile creation, and reporting of unexpected
    script exits (through user cancellation or errors).

*config_settings.sqlite* and *example_config_prompt.sql*
    A SQLite database containing specifications for all settings configurable with the CONFIG
    metacommand, in the form used by the PROMPT ENTRY_FORM metacommand, and a SQL script
    illustrating how this database can be used to prompt the user for some or all of the
    configuration settings.  *execsql* version 1.63.0 or later is needed to use this script.


