package
Version:
v0.0.0-...-0be08e2
Opens a new window with list of versions in this module.
Published: Dec 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Go SQL driver for the Hera server
Documentation
¶
Package tcp provides the Hera driver for Go's database/sql package
Package tcp provides the Hera driver for Go's database/sql package.
The driver should be used via the database/sql package:
import "database/sql"
import _ "github.com/paypal/hera/client/gosqldriver/tcp"
db, err := sql.Open("hera", "1:<ip>:<port>")
Source Files
¶
Click to show internal directories.
Click to hide internal directories.