golang-github-rubenv-sql-migrate 0.0~git20191213.0633851-3 source package in Ubuntu

Changelog

golang-github-rubenv-sql-migrate (0.0~git20191213.0633851-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Jelmer Vernooij <email address hidden>  Tue, 29 Nov 2022 22:53:04 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-rubenv-sql-migrate_0.0~git20191213.0633851-3.dsc 2.7 KiB fb0e3459375e12dcbbcf107fb3147e9bdab3e4c6d33876239b8ad75a3eb8ebfe
golang-github-rubenv-sql-migrate_0.0~git20191213.0633851.orig.tar.xz 25.1 KiB 515efac1be713410e44cf015cc03bb64d4eb25ea77c2cf16d0ca94b44a3ed78d
golang-github-rubenv-sql-migrate_0.0~git20191213.0633851-3.debian.tar.xz 2.8 KiB 26a860ad2fa6f83b0ab0c9cf3bd94a4eeab1082595446cc788d286e1827c01fe

No changes file available.

Binary packages built by this source

golang-github-rubenv-sql-migrate-dev: 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

sql-migrate: 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

sql-migrate-dbgsym: debug symbols for sql-migrate