jason 075d766964 first | il y a 3 ans | |
---|---|---|
.. | ||
certs | il y a 3 ans | |
example | il y a 3 ans | |
hstore | il y a 3 ans | |
oid | il y a 3 ans | |
scram | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.travis.sh | il y a 3 ans | |
.travis.yml | il y a 3 ans | |
CONTRIBUTING.md | il y a 3 ans | |
LICENSE.md | il y a 3 ans | |
README.md | il y a 3 ans | |
TESTS.md | il y a 3 ans | |
array.go | il y a 3 ans | |
array_test.go | il y a 3 ans | |
bench_test.go | il y a 3 ans | |
buf.go | il y a 3 ans | |
conn.go | il y a 3 ans | |
conn_go18.go | il y a 3 ans | |
conn_test.go | il y a 3 ans | |
connector.go | il y a 3 ans | |
connector_example_test.go | il y a 3 ans | |
connector_test.go | il y a 3 ans | |
copy.go | il y a 3 ans | |
copy_test.go | il y a 3 ans | |
doc.go | il y a 3 ans | |
encode.go | il y a 3 ans | |
encode_test.go | il y a 3 ans | |
error.go | il y a 3 ans | |
go.mod | il y a 3 ans | |
go18_test.go | il y a 3 ans | |
go19_test.go | il y a 3 ans | |
issues_test.go | il y a 3 ans | |
notify.go | il y a 3 ans | |
notify_test.go | il y a 3 ans | |
rows.go | il y a 3 ans | |
rows_test.go | il y a 3 ans | |
ssl.go | il y a 3 ans | |
ssl_permissions.go | il y a 3 ans | |
ssl_test.go | il y a 3 ans | |
ssl_windows.go | il y a 3 ans | |
url.go | il y a 3 ans | |
url_test.go | il y a 3 ans | |
user_posix.go | il y a 3 ans | |
user_windows.go | il y a 3 ans | |
uuid.go | il y a 3 ans | |
uuid_test.go | il y a 3 ans |
go get github.com/lib/pq
For detailed documentation and basic usage examples, please see the package documentation at https://godoc.org/github.com/lib/pq.
go test
is used for testing. See TESTS.md for more details.
database/sql
time.Time
correctly (i.e. timestamp[tz]
, time[tz]
, date
)bytea
)hstore
supportLISTEN
/NOTIFY
Some of these contributors are from the original library bmizerany/pq.go
whose
code still exists in here.