github.com/brandonmartin/migrate/v4@v4.14.2/database/snowflake/README.md (about) 1 # Snowflake 2 3 `snowflake://user:password@accountname/schema/dbname?query` 4 5 | URL Query | WithInstance Config | Description | 6 |------------|---------------------|-------------| 7 | `x-migrations-table` | `MigrationsTable` | Name of the migrations table | 8 9 Snowflake is PostgreSQL compatible but has some specific features (or lack thereof) that require slightly different behavior. 10 11 ## Status 12 This driver is not officially supported as there are no tests for it.