Skip to content

Remove a bunch of uses of dbutil.DB

Warren Gifford requested to merge cc/remove-dbutil into main

Created by: camdencheek

This is a mechanical replacement of dbutil.DB with database.DB. The eventual goal here is to remove dbutil.DB entirely, and create a new database.DB with a *sql.DB directly.

Merge request reports

Loading