8 Commits

Author SHA1 Message Date
Dale Hui
f584949470 Update imports to reference fork.
Thanks `make rewrite-import-paths`!
2018-01-19 10:56:55 -08:00
Ashod Ayanyan
28cb030ffe Add support for multiple DDL/SQL statements in one migration file 2017-09-18 15:43:46 -07:00
Watanabe Masaru
23a2745a3a fix spanner ensure migration table 2017-07-09 10:57:10 -07:00
Christian Klotz
eccc3a26d2 Skip test if SPANNER_DATABASE isn’t set 2017-06-20 17:53:41 +01:00
Christian Klotz
803598293e Add basic Google Spanner test 2017-06-14 19:46:10 +02:00
Christian Klotz
3d6c78875f Add example migrations 2017-06-05 10:50:14 +01:00
Christian Klotz
2742b9c467 Provide WithInstance method
Also includes some refactor around package naming, treats own repo as first-class and uses alternative package names for third party imports, Google spanner libraries in this case.
2017-06-04 21:53:33 +01:00
Christian Klotz
748ae8f06a Add Spanner driver
Support for Google Cloud Spanner, closes #172. Includes example migrations ported over from the PostgreSQL driver.

In all examples provided by Google I’ve come across, camel-case is used for table names, columns, etc. Hence the examples use this naming convention.
2017-06-04 21:13:49 +01:00