Registry / database / apache-calcite-avatica-go-v5

apache-calcite-avatica-go-v5

JSON →
library5.4.0gogounverified

Package avatica provides an Apache Phoenix Query Server/Avatica driver for Go's database/sql package.

go get github.com/apache/calcite-avatica-go/v5
INSTALL
IMPORT
SIG · APACHE-CALCITE-AVA
A
apache-calcite-avatica-go-v5
databasegov5.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

avatica
github.com/apache/calcite-avatica-go/v5

Open a connection to an Avatica server using the database/sql interface.

package main import ( "database/sql" _ "github.com/apache/calcite-avatica-go/v5" ) func main() { db, err := sql.Open("avatica", "http://localhost:8765") if err != nil { panic(err) } defer db.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
apache-calcite-avatica-go-v5 — go get apache-calcite-avatica-go-v5 · libregistry