Skip to content

convert `dbutil.DB` to `database.DB`

Warren Gifford requested to merge cc/convert-to-database-db into main

Created by: camdencheek

This converts about 20% of the remaining references to dbutil.DB into database.DB. Just mechanical, incremental progress towards removing dbutil.DB so we can pass a *sql.DB directly into database.NewDB().

Merge request reports

Loading