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

Changelog

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

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:15:44 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
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-3build1.debian.tar.xz 2.9 KiB ac7ddee8a798ec7c3c24dd9793e99145b2bd8300e86647935590bfe1cae46685
golang-github-rubenv-sql-migrate_0.0~git20191213.0633851-3build1.dsc 2.7 KiB c807fc5b9c42ebbe264ee6c393b69ad61ec1fc9deb5fbc94608508b8fa8d41f8

View changes file

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