riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
52 stars 3 forks source link

Rename sqlc package from `db` to `dbsqlc` #84

Closed brandur closed 4 days ago

brandur commented 4 days ago

Another small-ish one in which we rename the sqlc package from db to dbsqlc to match the convention found in the main River project. IMO this naming is a bit better because it's more suggestive when reading code (and not already familiar with the project) that the calls are related to sqlc, and gives a more distinctive search string when trying to find symbols in code.

brandur commented 4 days ago

thx!