How to Install and Uninstall golang-github-jmoiron-sqlx-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 14,2024

1. Install "golang-github-jmoiron-sqlx-dev" package

This is a short guide on how to install golang-github-jmoiron-sqlx-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-jmoiron-sqlx-dev

2. Uninstall "golang-github-jmoiron-sqlx-dev" package

This guide covers the steps necessary to uninstall golang-github-jmoiron-sqlx-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-jmoiron-sqlx-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-jmoiron-sqlx-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-jmoiron-sqlx-dev
Architecture: all
Version: 1.1+git20160206.61.398dd58-2
Priority: extra
Section: universe/devel
Source: golang-github-jmoiron-sqlx
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 141
Depends: golang-github-go-sql-driver-mysql-dev, golang-github-lib-pq-dev, golang-github-mattn-go-sqlite3-dev
Filename: pool/universe/g/golang-github-jmoiron-sqlx/golang-github-jmoiron-sqlx-dev_1.1+git20160206.61.398dd58-2_all.deb
Size: 33342
MD5sum: a1094fa70ae26b17702beeb3992168b1
SHA1: a80d6ad0e6fe3eff15893acd8d835ee4a95c016f
SHA256: a620fc885b68b194ba92f1a56051be28d639a1a075d1b23002a40cea73610886
SHA512: 16bf53d5298de9a73e27e8049c7c3c6c5ff5b1ed89bff48869b97d59c334f2cf35440b2b12cf79b4e069524dfc7d0485b4a6c526857406adb1998435cfb79aa9
Homepage: https://github.com/jmoiron/sqlx
Description-en: General purpose extensions to Golang's database/sql library
sqlx is a library which provides a set of extensions on Go's standard
database/sql library. The sqlx versions of sql.DB, sql.TX, sql.Stmt,
et al. all leave the underlying interfaces untouched, so that their
interfaces are a superset on the standard ones. This makes it relatively
painless to integrate existing codebases using database/sql with sqlx.
.
Major additional concepts are:
.
* Marshal rows into structs (with embedded struct support), maps, and slices
* Named parameter support including prepared statements
* Get and Select to go quickly from query to struct/slice
Description-md5: 7c71644de1a564eaf5a15af0209ee306