szabacsik/phinx-snowflake-adapter

Phinx Snowflake Adapter

0.0.1-alpha 2023-01-20 14:10 UTC

This package is auto-updated.

Last update: 2024-04-09 15:03:28 UTC


README

Unit Tests Code Coverage Infection MSI

This repository contains a Snowflake Adapter for PHP Phinx database migration tool. The adapter allows Phinx to communicate with a Snowflake database and helps with version control of your Snowflake database. In order to use the adapter, you'll need to have Phinx and the Snowflake PDO driver installed and set up. To install the Snowflake PDO driver, you can check out my Docker Snowflake PDO solution which has the driver included. For instructions on how to use and set up the adapter, be sure to check out the official Phinx Documentation first.