René's URL Explorer Experiment


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

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage postgres parses PostgreSQL statements into github.com/aita/sqlkit/sql queries.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#main-content
Why Go https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres
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/x/sqlparse/postgres
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/x/sqlparse/postgres
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/x/sqlparse/postgres
Why Go https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres
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/x/sqlparse/postgres
Docs https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres
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/x/sqlparse/postgres
Community https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres
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/sqlkit/x/sqlparse/postgres https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres@v0.0.0-20260616133954-de5c54446e54
https://go.dev/
Version: v0.0.0-...-de5c544 https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres?tab=versions
Go to latest https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres
MIThttps://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres?tab=licenses
Imports: 6 https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres?tab=imports
Imported by: 0 https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres?tab=importedby
go.modhttps://github.com/aita/sqlkit/tree/de5c54446e54/x/sqlparse/postgres/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%2Fx%2Fsqlparse%2Fpostgres/v0.0.0-20260616133954-de5c54446e54
Documentation https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#section-documentation
Overviewhttps://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-overview
Index https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-index
Constants https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-constants
Variables https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-variables
Functions https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-functions
Parse(text) https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parse
ParseOne(text) https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#ParseOne
Types https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-types
type Parser https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser
New() https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#New
Parse(text) https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser.Parse
Source Files https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#section-sourcefiles
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#section-documentation
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-overview
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-index
func Parse(text string) ([]sql.Query, error)https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parse
func ParseOne(text string) (sql.Query, error)https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#ParseOne
type Parserhttps://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser
func New() Parserhttps://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#New
func (Parser) Parse(text string) ([]sql.Query, error)https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser.Parse
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-constants
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-variables
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-functions
Parsehttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/postgres.go#L77
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parse
stringhttps://pkg.go.dev/builtin#string
sqlhttps://pkg.go.dev/github.com/aita/sqlkit/sql
Queryhttps://pkg.go.dev/github.com/aita/sqlkit/sql#Query
errorhttps://pkg.go.dev/builtin#error
ParseOnehttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/postgres.go#L80
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#ParseOne
stringhttps://pkg.go.dev/builtin#string
sqlhttps://pkg.go.dev/github.com/aita/sqlkit/sql
Queryhttps://pkg.go.dev/github.com/aita/sqlkit/sql#Query
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#pkg-types
Parserhttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/postgres.go#L22
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser
Newhttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/postgres.go#L25
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#New
Parserhttps://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser
Parsehttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/postgres.go#L36
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser.Parse
Parserhttps://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#Parser
stringhttps://pkg.go.dev/builtin#string
sqlhttps://pkg.go.dev/github.com/aita/sqlkit/sql
Queryhttps://pkg.go.dev/github.com/aita/sqlkit/sql#Query
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/aita/sqlkit/x/sqlparse/postgres#section-sourcefiles
View all Source fileshttps://github.com/aita/sqlkit/tree/de5c54446e54/x/sqlparse/postgres
ddl.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/ddl.go
dml.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/dml.go
expr.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/expr.go
func.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/func.go
grant.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/grant.go
objects.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/objects.go
postgres.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/postgres.go
select.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/select.go
source.gohttps://github.com/aita/sqlkit/blob/de5c54446e54/x/sqlparse/postgres/source.go
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.