Where do I find the docs to implement a custom driver? #7272
Unanswered
senpro-ingwersenk
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!
I would like to make a driver for https://github.com/surrealdb/surrealdb.go to facilitate Gorm's model structure when working with Surreal. However, as it isn't close to traditional SQL (i.e. how it relates things, does not use joins, ...) I may need to implement even more functions than the
gorm-drivers/mysql
package, which I used so far as a reference to see what I would have to do.So where do I find the docs, required interfaces and friends for this implementation?
Thank you and kind regards!
Beta Was this translation helpful? Give feedback.
All reactions