René's URL Explorer Experiment


Title: sqlparse package - github.com/aita/sqlkit/sqlparse - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage sqlparse turns raw SQL text into the query and expression nodes of package github.com/aita/sqlkit/sql — the inverse of sqlkit's build-then- compile flow.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#main-content
Why Go https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Why Go https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Docs https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Community https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/aita/sqlkithttps://pkg.go.dev/github.com/aita/sqlkit
sqlparse https://pkg.go.dev/github.com/aita/sqlkit@v0.0.0-20260702112926-04972d04f24f/sqlparse
https://go.dev/
Version: v0.0.0-...-04972d0 https://pkg.go.dev/github.com/aita/sqlkit/sqlparse?tab=versions
Go to latest https://pkg.go.dev/github.com/aita/sqlkit/sqlparse
MIThttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse?tab=licenses
Imports: 3 https://pkg.go.dev/github.com/aita/sqlkit/sqlparse?tab=imports
Imported by: 0 https://pkg.go.dev/github.com/aita/sqlkit/sqlparse?tab=importedby
go.modhttps://github.com/aita/sqlkit/tree/04972d04f24f/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/aita/sqlkit https://github.com/aita/sqlkit
Open Source Insights https://deps.dev/go/github.com%2Faita%2Fsqlkit/v0.0.0-20260702112926-04972d04f24f
Documentation https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#section-documentation
Overviewhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-overview
Index https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-index
Constants https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-constants
Variables https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-variables
Functions https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-functions
ParseOne(p, text) https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#ParseOne
Unsupported(construct) https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Unsupported
Unsupportedf(format, args) https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Unsupportedf
Types https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-types
type Parser https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Parser
type UnsupportedError https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError
(e) Error() https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError.Error
Source Files https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#section-sourcefiles
Directories https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#section-directories
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#section-documentation
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-overview
Limitationshttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#hdr-Limitations
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#hdr-Limitations
UnsupportedErrorhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError
github.com/aita/sqlkit/sql.RawSQLhttps://pkg.go.dev/github.com/aita/sqlkit@v0.0.0-20260702112926-04972d04f24f/sql#RawSQL
github.com/aita/sqlkit/sqlparse/postgreshttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse/postgres
github.com/aita/sqlkit/sqlparse/mysqlhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse/mysql
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-index
Variableshttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-variables
func ParseOne(p Parser, text string) (sql.Query, error)https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#ParseOne
func Unsupported(construct string) errorhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Unsupported
func Unsupportedf(format string, args ...any) errorhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Unsupportedf
type Parserhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Parser
type UnsupportedErrorhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError
func (e *UnsupportedError) Error() stringhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError.Error
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-constants
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-variables
View Sourcehttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/errors.go#L9
errorshttps://pkg.go.dev/errors
Newhttps://pkg.go.dev/errors#New
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-functions
ParseOnehttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/parse.go#L68
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#ParseOne
Parserhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Parser
stringhttps://pkg.go.dev/builtin#string
sqlhttps://pkg.go.dev/github.com/aita/sqlkit@v0.0.0-20260702112926-04972d04f24f/sql
Queryhttps://pkg.go.dev/github.com/aita/sqlkit@v0.0.0-20260702112926-04972d04f24f/sql#Query
errorhttps://pkg.go.dev/builtin#error
Unsupportedhttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/errors.go#L23
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Unsupported
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Unsupportedfhttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/errors.go#L28
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Unsupportedf
stringhttps://pkg.go.dev/builtin#string
anyhttps://pkg.go.dev/builtin#any
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#pkg-types
Parserhttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/parse.go#L62
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#Parser
stringhttps://pkg.go.dev/builtin#string
sqlhttps://pkg.go.dev/github.com/aita/sqlkit@v0.0.0-20260702112926-04972d04f24f/sql
Queryhttps://pkg.go.dev/github.com/aita/sqlkit@v0.0.0-20260702112926-04972d04f24f/sql#Query
errorhttps://pkg.go.dev/builtin#error
UnsupportedErrorhttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/errors.go#L14
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError
stringhttps://pkg.go.dev/builtin#string
Errorhttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/errors.go#L18
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError.Error
UnsupportedErrorhttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse#UnsupportedError
stringhttps://pkg.go.dev/builtin#string
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#section-sourcefiles
View all Source fileshttps://github.com/aita/sqlkit/tree/04972d04f24f/sqlparse
errors.gohttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/errors.go
parse.gohttps://github.com/aita/sqlkit/blob/04972d04f24f/sqlparse/parse.go
https://pkg.go.dev/github.com/aita/sqlkit/sqlparse#section-directories
postgreshttps://pkg.go.dev/github.com/aita/sqlkit/sqlparse/postgres
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.