How to Install and Uninstall golang-github-jmoiron-sqlx-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 16,2024

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

Learn how to install golang-github-jmoiron-sqlx-dev on Ubuntu 21.04 (Hirsute Hippo)

$ 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 21.04 (Hirsute Hippo):

$ 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 21.04 (Hirsute Hippo)

Package: golang-github-jmoiron-sqlx-dev
Architecture: all
Version: 1.1+git20160206.61.398dd58-2.1
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.1_all.deb
Size: 33508
MD5sum: 8fd21dc2ce1fd91017bef82f3e686d8e
SHA1: 567230eed313d6b4a865dcb9eeb463cba9a0ee56
SHA256: 74754c6192227d9cdfad9ab4f8517da1930a1cb1a91a663efd797ba3d8707753
SHA512: b8e676e24ae0726783a772827c642949ff7b6bcbacaa154ff38ce40524e8cad2c0a60a110ea0a29c6a8b57e5051ba4adf18077b3c3364769d3474e0ebaf39582
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