File: control

package info (click to toggle)
golang-github-rubenv-sql-migrate 0.0~git20191213.0633851-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: sh: 42; makefile: 4; sql: 4
file content (69 lines) | stat: -rw-r--r-- 2,757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: golang-github-rubenv-sql-migrate
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-denisenkom-go-mssqldb-dev,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-mattn-go-sqlite3-dev,
               golang-github-mitchellh-cli-dev,
               golang-github-olekukonko-tablewriter-dev (>= 1.0.9),
               golang-gopkg-check.v1-dev,
               golang-gopkg-gorp.v1-dev,
               golang-pq-dev,
               golang-yaml.v2-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rubenv-sql-migrate
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rubenv-sql-migrate.git
Homepage: https://github.com/rubenv/sql-migrate
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/rubenv/sql-migrate

Package: golang-github-rubenv-sql-migrate-dev
Architecture: all
Depends: golang-github-denisenkom-go-mssqldb-dev,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-mattn-go-sqlite3-dev,
         golang-github-mitchellh-cli-dev,
         golang-github-olekukonko-tablewriter-dev (>= 1.0.9),
         golang-gopkg-check.v1-dev,
         golang-gopkg-gorp.v1-dev,
         golang-pq-dev,
         golang-yaml.v2-dev,
         ${misc:Depends}
Description: SQL schema migration tool for Go (library)
 sql-migrate is SQL Schema migration tool for Go based on gorp and goose
 .
 Features
  • Usable as a CLI tool or as a library
  • Supports SQLite, PostgreSQL, MySQL, MSSQL and Oracle databases
    (through gorp)
  • Can embed migrations into your application
  • Migrations are defined with SQL for full flexibility
  • Atomic migrations
  • Up/down migrations to allow rollback
  • Supports multiple database types in one project
  • Works great with other libraries such as sqlx

Package: sql-migrate
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: SQL schema migration tool for Go (program)
 sql-migrate is SQL Schema migration tool for Go based on gorp and goose
 .
 Features
  • Usable as a CLI tool or as a library
  • Supports SQLite, PostgreSQL, MySQL, MSSQL and Oracle databases
    (through gorp)
  • Can embed migrations into your application
  • Migrations are defined with SQL for full flexibility
  • Atomic migrations
  • Up/down migrations to allow rollback
  • Supports multiple database types in one project
  • Works great with other libraries such as sqlx