Dale Hui
Dale Hui
# Questions and feedback are most welcome! ## Is your feature request related to a problem? Please describe. Developers need to detect when concurrent changes are made to migrations during...
## Changes - Use built-in context package insteaed of golang.org/x/net/context - Use bbolt instead of old boltdb Tests pass: ```shell $ go test PASS ok bazil.org/bolt-mount 0.991s ```
**Is your feature request related to a problem? Please describe.** The `pgx` and `postgres` drivers share a lot of code since the `pgx` driver was copied from the `postgres` driver....
Multiple changes are need to fix builds, so batching them up in this branch
## Problem The current logger interface is simple but doesn't support richer features. ## Desired features 1. Log level 1. Log sinks * See: https://github.com/golang-migrate/migrate/issues/363 1. Configurable