1<?xml version="1.0"?>
2<data-set-spec>
3  <parameters>
4    <parameter id="DB_NAME" _name="Database name" _descr="The name of a database to use (without the .db)" gdatype="gchararray" nullok="FALSE"/>
5    <parameter id="APPEND_DB_EXTENSION" _name="Append '.db'" _descr="Defines if the '.db' extension need to be appended to the DB_NAME argument" gdatype="gchararray" nullok="TRUE"/>
6    <parameter id="DB_DIR" _name="Directory" _descr="Directory where the database file is stored" gdatype="gchararray" nullok="FALSE" plugin="filesel:MODE=PICKFOLDER"/>
7    <parameter id="EXTRA_FUNCTIONS" _name="Extra functions" _descr="Enable usage of extra functions (gda_upper, ...)" gdatype="gboolean" nullok="TRUE">
8      <gda_value>TRUE</gda_value>
9    </parameter>
10    <parameter id="REGEXP" _name="Define REGEXP" _descr="Define the REGEXP function" gdatype="gboolean" nullok="TRUE">
11      <gda_value>TRUE</gda_value>
12    </parameter>
13    <parameter id="EXTRA_COLLATIONS" _name="Localized comparisons" _descr="Enable usage of extra collation methods (LOCALE and DCASE)" gdatype="gboolean" nullok="TRUE">
14      <gda_value>TRUE</gda_value>
15    </parameter>
16    <parameter id="FK" _name="With foreign keys" _descr="Enforce foreign keys" gdatype="gboolean" nullok="TRUE"/>
17    <parameter id="EXTENSIONS" _name="Allow extensions" _descr="Allow SQLite to load extensions using the load_extension() function" gdatype="gboolean" nullok="TRUE"/>
18  </parameters>
19</data-set-spec>
20