You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the config defaults to "postgres", the underlying library supports other SQL dialects. We should allow it to support them. In which case, we might want to rename this repo.
Some changes we'll need to make:
Add dialect as a config option to indicate sql driver
Determine which sql drivers we want to use. Here they are
Update repo name
Update go module path
Update certmagic / caddy plugin namespaces (sql instead of postgres)
Update environment variables to be DB_* instead of POSTGRES_*
While the config defaults to "postgres", the underlying library supports other SQL dialects. We should allow it to support them. In which case, we might want to rename this repo.
Some changes we'll need to make:
dialectas a config option to indicate sql driversqlinstead ofpostgres)DB_*instead ofPOSTGRES_*