Documentation
¶
Overview ¶
Build and run some queries using the Scany library. Scany is a better replacement of SQLX. It is focused just on running a query and scanning the results into structs or slices of structs. It is much more flexible than SQLX while providing a much smaller API surface area, which makes learning it easier. It does not embed the database connection, and because of that it can work with both database/sql and also PGX.
Click to show internal directories.
Click to hide internal directories.