golang-gopkg-pg.v5-dev 5.3.3-ok1 (amd64 binary) in openkylin yangtze
Go-pg is a convenient PostgreSQL client and ORM for Golang with the
following features:
.
- Basic types: integers, floats, string, bool, time.Time.
- sql.Scanner and sql/driver.Valuer interfaces
- Structs, maps and arrays are marshalled as JSON by default
- PostgreSQL multidimensional Arrays using array tag and Array wrapper
- Hstore using hstore tag and Hstore wrapper
- All struct fields are nullable by default and zero values (empty string,
0, zero time) are marshalled as SQL NULL. ``sql:",notnull"` is used to
reverse this behaviour
- Transactions
- Prepared statements
- Notifications using LISTEN and NOTIFY
- Copying data using COPY FROM and COPY TO
- Timeouts
- Automatic connection pooling
- Queries retries on network errors
- Working with models using ORM and SQL
- Scanning variables using ORM and SQL
- SelectOrInsert using on-conflict
- INSERT ... ON CONFLICT DO UPDATE using ORM
- Common table expressions using WITH and WrapWith
- CountEstimate using EXPLAIN to get estimated number of matching rows
- HasOne, BelongsTo, HasMany and ManyToMany-
- Creating tables from structs
- Migrations
- Sharding
Details
- Package version:
- 5.3.3-ok1
- Status:
- Deleted
- Component:
- main
- Priority:
- Optional
Downloadable files
- golang-gopkg-pg.v5-dev_5.3.3-ok1_all.deb (64.9 KiB)
Package relationships
- Depends on:
- golang-ginkgo-dev
- golang-github-jinzhu-inflection-dev
- golang-gomega-dev
- golang-gopkg-check.v1-dev