Registry / database / longbridgeapp-sqlparser

longbridgeapp-sqlparser

JSON →
library0.3.2gogounverified

A Go library for parsing SQL statements into an abstract syntax tree.

go get github.com/longbridgeapp/sqlparser
INSTALL
IMPORT
SIG · LONGBRIDGEAPP-SQLP
L
longbridgeapp-sqlparser
databasegov0.3.2
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.

sqlparser
github.com/longbridgeapp/sqlparser

Parses a simple SQL SELECT statement.

package main import ( "fmt" "log" "github.com/longbridgeapp/sqlparser" ) func main() { stmt, err := sqlparser.Parse("SELECT * FROM users WHERE id = 1") if err != nil { log.Fatal(err) } fmt.Printf("%+v\n", stmt) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
longbridgeapp-sqlparser — go get longbridgeapp-sqlparser · libregistry