surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
232 stars 60 forks source link

added connection interface for non-ws to add in future #108

Closed ElecTwix closed 9 months ago

ElecTwix commented 10 months ago

added connection interface. connection connect method has been moved to db.New way for simplicity.

ElecTwix commented 9 months ago

Hi @timpratim and @phughk, This pull request has been open for about a month. Could you please check it when you have a moment?

This PR is also a blocker for me cuz I would like to implement HTTP for the go driver and WS connection is not the right term.