Building a driver; where to put my interface implementation? #1229
Unanswered
IngwiePhoenix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
This is a short and quick question. I was reading this: https://github.com/golang-migrate/migrate/blob/master/database/driver.go (as linked to by the README) and I am currently working on a SurrealDB driver and would love to add support for this driver, in this tool, at some point.
Aside from creating
internal/cli/build_surrealdb.go
, are there other files I have to directly PR against/into this repo or can my driver live completely external? i.e.: Would this be fine for thebuild_surrealdb.go
?Because GORM also has a "migrator" i'll need to prefix things...
Thank you and kind regards!
Beta Was this translation helpful? Give feedback.
All reactions