Documentation ¶
Overview ¶
Build and run some queries using the standard library database/sql package, using the latest postgres driver. This is as bare bones as it gets. The only "special" thing is that we need to use a helper function in order to scan a postgres array database column into a golang slice, using a wrapper: pgMap.SQLScanner(&account.FavNumbers)
Click to show internal directories.
Click to hide internal directories.