szabacsik / phinx-snowflake-adapter
Phinx Snowflake Adapter
0.0.1-alpha
2023-01-20 14:10 UTC
Requires
- php: >=8.2
Requires (Dev)
This package is auto-updated.
Last update: 2025-04-09 16:58:07 UTC
README
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.