skeema 1.8.1+ds-1 source package in Ubuntu

Changelog

skeema (1.8.1+ds-1) unstable; urgency=medium

  * New upstream version 1.8.1+ds

 -- Andrius Merkys <email address hidden>  Wed, 03 Aug 2022 02:00:08 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
skeema_1.8.1+ds-1.dsc 2.3 KiB 0e64916c2c621d206b6bf5ee88187803e6c54943bb08fa9e0158021f421b6dec
skeema_1.8.1+ds.orig.tar.xz 261.1 KiB 9c7cc5613e3a6b9ccfe482407bdcec73fb9bcce2427185f0fc311f5f67786651
skeema_1.8.1+ds-1.debian.tar.xz 5.1 KiB 6f2e98a1e46eef7a268722c5b60467c2f875e5a76eda8b2576e72e1c978f0ea3

Available diffs

No changes file available.

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