Documentation ¶
Overview ¶
Build and run some queries using the scan library. Scan is similar to SQLX in that it just scans the results into structs/slices. Unlike SQLX, it operates on the 'rows' returned by the query, and therefore it has a much smaller api surface area. Because scan is only concerned with querying and scanning, it can be combined with a query builder library that provides the actual query strings. Unfortunately, scan does not work with PGX.
Click to show internal directories.
Click to hide internal directories.