The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:App-Sqitch oracle"

sqitchtutorial-oracle - A tutorial introduction to Sqitch change management on Oracle River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled Oracle project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating new project from scratch, a f...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

App::Sqitch::Engine::oracle - Sqitch Oracle Engine River stage one • 3 direct dependents • 3 total dependents

App::Sqitch::Engine::oracle provides the Oracle storage engine for Sqitch. It supports Oracle 10g and higher....

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch - Sensible database change management River stage one • 3 direct dependents • 3 total dependents

Sqitch is a database change management application. It currently supports: * PostgreSQL <https://postgresql.org/> 8.4+ * YugabyteDB <https://www.yugabyte.com/yugabytedb/> 2.6+ * CockroachDB <https://www.cockroachlabs.com/product/> 21+ * SQLite <https...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchguides - List of common Sqitch guides River stage one • 3 direct dependents • 3 total dependents

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch-add - Add a database change to plans River stage one • 3 direct dependents • 3 total dependents

This command adds a database change to one or more plans. This will result in the creation of script files in the deploy, revert, and verify directories, and possibly others. The content of these files is determined by the evaluation of templates. By...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch-init - Create a new Sqitch project River stage one • 3 direct dependents • 3 total dependents

This command creates an new Sqitch project -- basically a sqitch.conf file, a sqitch.plan file, and deploy, revert, and verify subdirectories. Running sqitch init in an existing project is safe. It will not overwrite things that are already there....

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch-engine - Manage database engine configuration River stage one • 3 direct dependents • 3 total dependents

Manage the database engines you deploy to. The list of supported engines includes: * "firebird" * "mysql" * "oracle" * "pg" * "sqlite" * "vertica" * "exasol" * "snowflake" Each engine may have a number of properties: "target" The name or URI of the d...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch-config - Get and set local, user, or system Sqitch options River stage one • 3 direct dependents • 3 total dependents

You can query/set/replace/unset Sqitch options with this command. The name is actually the section and the key separated by a dot, and the value will be escaped. Multiple lines can be added to an option by using the "--add" option. If you want to upd...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch-target - Manage target database configuration River stage one • 3 direct dependents • 3 total dependents

Manage the set of databases ("targets") you deploy to. Each target may have a number of properties: "uri" The database connection URI for the target. Required. Its format is: db:engine:[dbname] db:engine:[//[user[:password]@][host][:port]/][dbname][?...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchtutorial - A tutorial introduction to Sqitch change management on PostgreSQL River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled PostgreSQL project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating a new project from scratc...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch-environment - Environment variables recognized by Sqitch River stage one • 3 direct dependents • 3 total dependents

Sqitch supports a number of environment variables that affect its functionality. This document lists them all, along with brief descriptions of their purposes and pointers to relevant documentation. Sqitch Environment "SQITCH_CONFIG" Path to the proj...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

App::Sqitch::Engine - Sqitch Deployment Engine River stage one • 3 direct dependents • 3 total dependents

App::Sqitch::Engine provides the base class for all Sqitch storage engines. Most likely this will not be of much interest to you unless you are hacking on the engine code....

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

App::Sqitch::Command - Sqitch Command support River stage one • 3 direct dependents • 3 total dependents

App::Sqitch::Command is the base class for all Sqitch commands....

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchtutorial-mysql - A tutorial introduction to Sqitch change management on MySQL River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled MySQL 5.7 project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating new project from scratch, ...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitch-authentication - Guide to using database authentication credentials with Sqitch River stage one • 3 direct dependents • 3 total dependents

For database engines that require authentication, Sqitch supports a number of credential-specification options, and searches for them in a specific sequence. These searches are performed in two parts: a search for a username and a search for a passwo...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchtutorial-sqlite - A tutorial introduction to Sqitch change management on SQLite River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled SQLite project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating new project from scratch, a f...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchtutorial-exasol - A tutorial introduction to Sqitch change management on Exasol River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled Exasol project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating a new project from scratch, a...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchtutorial-vertica - A tutorial introduction to Sqitch change management on Vertica River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled Vertica project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating a new project from scratch, ...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchtutorial-firebird - A tutorial introduction to Sqitch change management on Firebird River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled Firebird project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating new project from scratch, a...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC

sqitchtutorial-snowflake - A tutorial introduction to Sqitch change management on Snowflake River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled Snowflake project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating a new project from scratch...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC
21 results (0.034 seconds)