File: user.conf

package info (click to toggle)
sqitch 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,836 kB
  • sloc: perl: 37,498; sql: 2,590; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[user]
    name      = Michael Stonebraker
    email     = michael@example.com

[engine "pg"]
    client    = /opt/local/pgsql/bin/psql
    target    = db:pg://postgres@localhost/thingies
    registry  = meta

[engine "mysql"]
    client    = /opt/local/mysql/bin/mysql
    registry  = meta

[engine "mysql.variables"]
    prefix = foo_

[engine "sqlite"]
    client    = /opt/local/bin/sqlite3
    registry  = meta
    target    = db:sqlite:my.db

[engine "firebird"]
    client    = /opt/firebird/bin/isql
    registry  = meta