skeema 1.10.1+ds-1ubuntu0.1 source package in Ubuntu

Changelog

skeema (1.10.1+ds-1ubuntu0.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 01 Feb 2024 13:41:19 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
skeema_1.10.1+ds.orig.tar.xz 250.4 KiB d9dbe47110695f7b886ffdfb947138bb5b20b73ec2bd24f6f4ebd4f707a75349
skeema_1.10.1+ds-1ubuntu0.1.debian.tar.xz 5.3 KiB 5b1d9c328d03c5d391e8b44e56675641483318a69d5e9978ba3fe8c83fccd3ab
skeema_1.10.1+ds-1ubuntu0.1.dsc 2.3 KiB 86edb6ea4c6da913335e3eb9c6ec8df5efdaad3f6cf047d5b2bf0510846ee49f

View changes file

Binary packages built by this source

skeema: Schema management CLI for MySQL (program)

 Skeema is a tool for managing MySQL tables and schema changes in a
 declarative fashion using pure SQL. It provides a CLI tool allowing you
 to:
  * Export CREATE TABLE statements to the filesystem, for tracking
    in a repo (git, hg, svn, etc)
  * Diff changes in the schema repo against live DBs to automatically generate
    DDL
  * Manage multiple environments (e.g. dev, staging, prod) and keep them in sync
    with ease
  * Configure use of online schema change tools, such as
    pt-online-schema-change, for performing ALTERs
  * Apply configurable linter rules to proactively catch schema design problems
    and enforce company policies
 Skeema supports a pull-request-based workflow for schema change submission,
 review, and execution. This permits your team to manage schema changes in
 exactly the same way as you manage code changes.

skeema-dbgsym: debug symbols for skeema