|
| 1 | +# Created by Anthelion using komac v2.15.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Pressly.Goose |
| 5 | +PackageVersion: 3.27.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Pressly Inc. |
| 8 | +PublisherUrl: https://github.com/pressly |
| 9 | +PublisherSupportUrl: https://github.com/pressly/goose/issues |
| 10 | +PackageName: Goose |
| 11 | +PackageUrl: https://github.com/pressly/goose |
| 12 | +License: MIT |
| 13 | +LicenseUrl: https://github.com/pressly/goose/blob/HEAD/LICENSE |
| 14 | +Copyright: |- |
| 15 | + Original work Copyright (c) 2012 Liam Staskawicz |
| 16 | + Modified work Copyright (c) 2016 Vojtech Vitek |
| 17 | + Modified work Copyright (c) 2021 Michael Fridman, Vojtech Vitek |
| 18 | +CopyrightUrl: https://github.com/pressly/goose/blob/main/LICENSE |
| 19 | +ShortDescription: A database migration tool. Supports SQL migrations and Go functions. |
| 20 | +Description: |- |
| 21 | + Goose is a database migration tool. Both a CLI and a library. |
| 22 | +
|
| 23 | + Manage your database schema by creating incremental SQL changes or Go functions. |
| 24 | +
|
| 25 | + Features |
| 26 | +
|
| 27 | + - Works against multiple databases: |
| 28 | + - Postgres, MySQL, SQLite, YDB, ClickHouse, MSSQL, Vertica, and more. |
| 29 | + - Supports Go migrations written as plain functions. |
| 30 | + - Supports embedded migrations. |
| 31 | + - Out-of-order migrations. |
| 32 | + - Seeding data. |
| 33 | + - Environment variable substitution in SQL migrations. |
| 34 | + - ... and more. |
| 35 | +Moniker: goose |
| 36 | +Tags: |
| 37 | +- database |
| 38 | +- database-migrations |
| 39 | +- go |
| 40 | +- golang |
| 41 | +- migration |
| 42 | +- migrations |
| 43 | +- mysql |
| 44 | +- postgres |
| 45 | +- postgresql |
| 46 | +- schema |
| 47 | +- sql |
| 48 | +- sqlite |
| 49 | +ReleaseNotes: |- |
| 50 | + What's Changed |
| 51 | + Added |
| 52 | + - Preliminary Spanner dialect support (#966) |
| 53 | + Changed |
| 54 | + - Minimum Go version is now 1.25 |
| 55 | + - SQL migration templates no longer include StatementBegin and StatementEnd annotations. These are only needed for complex statements containing semicolons (e.g., stored procedures). See docs for details. |
| 56 | + - Various dependency upgrades |
| 57 | + Other |
| 58 | + - Added formatting for YDB table names to include folder (#1007) |
| 59 | + - Fix tests for StarRocks 3.5 (#1024) |
| 60 | + - CI improvements (#1000, #1005, #1008) |
| 61 | +ReleaseNotesUrl: https://github.com/pressly/goose/releases/tag/v3.27.0 |
| 62 | +ManifestType: defaultLocale |
| 63 | +ManifestVersion: 1.12.0 |
0 commit comments