PostgreSql-Golang

所属分类:PostgreSQL
开发工具:GO
文件大小:176KB
下载次数:0
上传日期:2022-02-03 18:05:47
上 传 者sh-1993
说明:  PostgreSql果朗,,
(PostgreSql-Golang,,)

文件列表:
.env (143, 2022-02-04)
go.mod (140, 2022-02-04)
go.sum (3496, 2022-02-04)
main.go (1966, 2022-02-04)
services (0, 2022-02-04)
services\services.go (2449, 2022-02-04)
vendor (0, 2022-02-04)
vendor\github.com (0, 2022-02-04)
vendor\github.com\gorilla (0, 2022-02-04)
vendor\github.com\gorilla\mux (0, 2022-02-04)
vendor\github.com\gorilla\mux\AUTHORS (276, 2022-02-04)
vendor\github.com\gorilla\mux\LICENSE (1486, 2022-02-04)
vendor\github.com\gorilla\mux\doc.go (11227, 2022-02-04)
vendor\github.com\gorilla\mux\middleware.go (2619, 2022-02-04)
vendor\github.com\gorilla\mux\mux.go (17677, 2022-02-04)
vendor\github.com\gorilla\mux\regexp.go (10522, 2022-02-04)
vendor\github.com\gorilla\mux\route.go (21706, 2022-02-04)
vendor\github.com\gorilla\mux\test_helpers.go (766, 2022-02-04)
vendor\github.com\jinzhu (0, 2022-02-04)
vendor\github.com\jinzhu\gorm (0, 2022-02-04)
vendor\github.com\jinzhu\gorm\License (1097, 2022-02-04)
vendor\github.com\jinzhu\gorm\association.go (13822, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback.go (9054, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback_create.go (6737, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback_delete.go (1910, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback_query.go (2636, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback_query_preload.go (12293, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback_row_query.go (953, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback_save.go (5133, 2022-02-04)
vendor\github.com\jinzhu\gorm\callback_update.go (4144, 2022-02-04)
vendor\github.com\jinzhu\gorm\dialect.go (4905, 2022-02-04)
vendor\github.com\jinzhu\gorm\dialect_common.go (5808, 2022-02-04)
vendor\github.com\jinzhu\gorm\dialect_mysql.go (6960, 2022-02-04)
vendor\github.com\jinzhu\gorm\dialect_postgres.go (4043, 2022-02-04)
vendor\github.com\jinzhu\gorm\dialect_sqlite3.go (2792, 2022-02-04)
vendor\github.com\jinzhu\gorm\dialects (0, 2022-02-04)
... ...

# pq - A pure Go postgres driver for Go's database/sql package [![GoDoc](https://godoc.org/github.com/lib/pq?status.svg)](https://godoc.org/github.com/lib/pq) [![Build Status](https://travis-ci.org/lib/pq.svg?branch=master)](https://travis-ci.org/lib/pq) ## Install go get github.com/lib/pq ## Docs For detailed documentation and basic usage examples, please see the package documentation at . ## Tests `go test` is used for testing. See [TESTS.md](TESTS.md) for more details. ## Features * SSL * Handles bad connections for `database/sql` * Scan `time.Time` correctly (i.e. `timestamp[tz]`, `time[tz]`, `date`) * Scan binary blobs correctly (i.e. `bytea`) * Package for `hstore` support * COPY FROM support * pq.ParseURL for converting urls to connection strings for sql.Open. * Many libpq compatible environment variables * Unix socket support * Notifications: `LISTEN`/`NOTIFY` * pgpass support ## Future / Things you can help with * Better COPY FROM / COPY TO (see discussion in #181) ## Thank you (alphabetical) Some of these contributors are from the original library `bmizerany/pq.go` whose code still exists in here. * Andy Balholm (andybalholm) * Ben Berkert (benburkert) * Benjamin Heatwole (bheatwole) * Bill Mill (llimllib) * Bjrn Madsen (aeons) * Blake Gentry (bgentry) * Brad Fitzpatrick (bradfitz) * Charlie Melbye (cmelbye) * Chris Bandy (cbandy) * Chris Gilling (cgilling) * Chris Walsh (cwds) * Dan Sosedoff (sosedoff) * Daniel Farina (fdr) * Eric Chlebek (echlebek) * Eric Garrido (minusnine) * Eric Urban (hydrogen18) * Everyone at The Go Team * Evan Shaw (edsrzf) * Ewan Chou (coocood) * Fazal Majid (fazalmajid) * Federico Romero (federomero) * Fumin (fumin) * Gary Burd (garyburd) * Heroku (heroku) * James Pozdena (jpoz) * Jason McVetta (jmcvetta) * Jeremy Jay (pbnjay) * Joakim Sernbrant (serbaut) * John Gallagher (jgallagher) * Jonathan Rudenberg (titanous) * Joel Stemmer (jstemmer) * Kamil Kisiel (kisielk) * Kelly Dunn (kellydunn) * Keith Rarick (kr) * Kir Shatrov (kirs) * Lann Martin (lann) * Maciek Sakrejda (uhoh-itsmaciek) * Marc Brinkmann (mbr) * Marko Tiikkaja (johto) * Matt Newberry (MattNewberry) * Matt Robenolt (mattrobenolt) * Martin Olsen (martinolsen) * Mike Lewis (mikelikespie) * Nicolas Patry (Narsil) * Oliver Tonnhofer (olt) * Patrick Hayes (phayes) * Paul Hammond (paulhammond) * Ryan Smith (ryandotsmith) * Samuel Stauffer (samuel) * Timothee Peignier (cyberdelia) * Travis Cline (tmc) * TruongSinh Tran-Nguyen (truongsinh) * Yaismel Miranda (ympons) * notedit (notedit)

近期下载者

相关文件


收藏者