How to Install and Uninstall golang-gopkg-pg.v5-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "golang-gopkg-pg.v5-dev" package

Please follow the steps below to install golang-gopkg-pg.v5-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-gopkg-pg.v5-dev

2. Uninstall "golang-gopkg-pg.v5-dev" package

Learn how to uninstall golang-gopkg-pg.v5-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-gopkg-pg.v5-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-gopkg-pg.v5-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-gopkg-pg.v5-dev
Architecture: all
Version: 5.3.3-3
Priority: extra
Section: universe/devel
Source: golang-gopkg-pg.v5
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 411
Depends: golang-github-jinzhu-inflection-dev, golang-ginkgo-dev, golang-gomega-dev, golang-gopkg-check.v1-dev
Filename: pool/universe/g/golang-gopkg-pg.v5/golang-gopkg-pg.v5-dev_5.3.3-3_all.deb
Size: 65592
MD5sum: e5c3acef7c61feb77a312c6622fb3502
SHA1: 126d628fa61db450dd668b495800ef18dbf82063
SHA256: f48b86f5bee285c8667eafd7d33d64ee18585fa3c72c9f972bad8a52343ae672
SHA512: 8a3494ce067dff94065582b4a42132dcafd11bbf7cf530920c6cf7e72749016d1838bf2fb4084a7ca40e7922c0eae3db41ea12bf6c60d20be9f11241f27ae673
Homepage: https://github.com/go-pg/pg
Description-en: PostgreSQL client and ORM for Golang
Go-pg is a convenient PostgreSQL client and ORM for Golang with the
following features:
.
- Basic types: integers, floats, string, bool, time.Time.
sql.NullBool, sql.NullString, sql.NullInt64,
sql.NullFloat64 and pg.NullTime
- 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
Description-md5: 010857d965acef0a3fcb4dda67636101