| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The code for managing Spanner connections is sort of clunky and I wasn't able to do things I wanted with it (the primary being you couldn't run migrations in a process that was also making active queries to the existing database), so I've split things apart a bit to make that possible. There's still some more work to allow not using global connections, but this is enough work for a PR
| Back | FazBrowse Home | New Git URL |
The code for managing Spanner connections is sort of clunky and I wasn't
able to do things I wanted with it (the primary being you couldn't run
migrations in a process that was also making active queries to the
existing database), so I've split things apart a bit to make that
possible. There's still some more work to allow not using global
connections, but this is enough work for a PR
Note: Depends on #55 and #56