summaryrefslogtreecommitdiff
path: root/example.xml
blob: e2106e99ffbdbd81579cda971c55cf9a86629527 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>