File: engine.conf

package info (click to toggle)
sqitch 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: perl: 39,083; sql: 2,885; xml: 75; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[core]
    engine = pg

[engine "mysql"]
    target   = db:mysql://root@/foo
    client   = /usr/sbin/mysql

[engine "pg"]
    target   = db:pg:try
    registry = meta
    client   = /usr/sbin/psql

[engine "sqlite"]
    target   = widgets
    client   = /usr/sbin/sqlite3

[target "widgets"]
    uri       = db:sqlite:widgets.db
    plan_file = foo.plan