fix: 将 libsql-client-go 作为普通目录提交,而非 gitlink
This commit is contained in:
11
go_modules/libsql-client-go/libsql/internal/http/driver.go
Normal file
11
go_modules/libsql-client-go/libsql/internal/http/driver.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package http
|
||||
|
||||
import (
|
||||
"database/sql/driver"
|
||||
|
||||
"github.com/tursodatabase/libsql-client-go/libsql/internal/http/hranaV2"
|
||||
)
|
||||
|
||||
func Connect(url, jwt, host string, schemaDb bool, remoteEncryptionKey string) driver.Conn {
|
||||
return hranaV2.Connect(url, jwt, host, schemaDb, remoteEncryptionKey)
|
||||
}
|
||||
Reference in New Issue
Block a user