diff options
Diffstat (limited to 'example.xml')
-rw-r--r-- | example.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/example.xml b/example.xml new file mode 100644 index 0000000..e2106e9 --- /dev/null +++ b/example.xml @@ -0,0 +1,12 @@ +<database> + <dbtype>sqlite3</dbtype> + <name>test-db</name> + <path>/tmp/path</path> + <options> + <uid>0</uid> + <gid>0</gid> + <permissions>666</permissions> + <label>test-db-label</label> + <queryfile>/tmp/example.sql</queryfile> + </options> +</database> |