Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sqlite3 WithConnection support. #1107

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

SpeedReach
Copy link

It's quite common to use the sqlite3 in memory feature to setup a simple test db.
But the currently support closes the in memory database after migration which is basically useless.
With the WithConnection support, we can pass in only a connection and continue to run tests after migration is setup.

@coveralls
Copy link

Coverage Status

coverage: 56.309% (-0.03%) from 56.335%
when pulling 21fe4d6 on SpeedReach:master
into 04b36eb on golang-migrate:master.

@coveralls
Copy link

Coverage Status

coverage: 56.309% (-0.03%) from 56.335%
when pulling ae2fd3f on SpeedReach:master
into 1585b87 on golang-migrate:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants