文件名称:用于Go的PostgreSQL驱动程序和工具包-Golang开发
文件大小:139KB
文件格式:ZIP
更新时间:2024-06-15 07:42:50
Golang Database Drivers
pgx-PostgreSQL驱动程序和工具包pgx是PostgreSQL纯Go驱动程序和工具包。 pgx的目标是低级,快速和高性能,同时还启用标准数据库/ SQL程序包d pgx-PostgreSQL驱动程序和工具包PostgreSQL特定功能pgx是PostgreSQL纯Go驱动程序和工具包。 pgx的目标是低级,快速和高性能,同时还启用标准数据库/ sql软件包所不允许的PostgreSQL特定功能。 pgx的驱动程序组件可以与标准数据库/ sql包一起使用。 该工具包组件是一组相关的软件包,它们实现PostgreSQL功能,例如解析PostgreSQL和Go之间的有线协议和类型映射。 钍
【文件预览】:
pgx-master
----.gitignore(260B)
----go.mod(629B)
----batch.go(4KB)
----rows.go(9KB)
----conn_test.go(30KB)
----doc.go(11KB)
----example_json_test.go(617B)
----log()
--------testingadapter()
--------logrusadapter()
--------zerologadapter()
--------zapadapter()
--------kitlogadapter()
--------log15adapter()
----tx.go(14KB)
----values.go(7KB)
----batch_test.go(18KB)
----LICENSE(1KB)
----CHANGELOG.md(8KB)
----go.sum(47KB)
----stdlib()
--------sql_test.go(30KB)
--------bench_test.go(2KB)
--------sql.go(22KB)
----conn.go(25KB)
----.github()
--------workflows()
----examples()
--------chat()
--------url_shortener()
--------README.md(378B)
--------todo()
----extended_query_builder.go(4KB)
----copy_from.go(5KB)
----README.md(9KB)
----copy_from_test.go(15KB)
----tx_test.go(15KB)
----values_test.go(30KB)
----ci()
--------setup_test.bash(2KB)
----bench_test.go(33KB)
----example_custom_type_test.go(2KB)
----logger.go(2KB)
----pgbouncer_test.go(2KB)
----large_objects_test.go(5KB)
----helper_test.go(6KB)
----large_objects.go(3KB)
----go_stdlib.go(2KB)
----pgxpool()
--------rows.go(2KB)
--------conn_test.go(2KB)
--------doc.go(917B)
--------pool_test.go(20KB)
--------common_test.go(8KB)
--------tx.go(2KB)
--------conn.go(3KB)
--------tx_test.go(2KB)
--------bench_test.go(2KB)
--------stat.go(2KB)
--------batch_results.go(886B)
--------pool.go(14KB)
----query_test.go(54KB)
----messages.go(402B)
----internal()
--------sanitize()