Commit 26488cee authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'jdrpereira-master-patch-32492' into 'master'

Go dev guidelines: Recommend jackc/pgx over lib/pq

See merge request gitlab-org/gitlab!49135
parents 09c9c51c 29139c0e
......@@ -171,7 +171,7 @@ sure to use at least this version to avoid `checksum mismatch` errors.
We don't use object-relational mapping libraries (ORMs) at GitLab (except
[ActiveRecord](https://guides.rubyonrails.org/active_record_basics.html) in
Ruby on Rails). Projects can be structured with services to avoid them.
[PQ](https://github.com/lib/pq) should be enough to interact with PostgreSQL
[pgx](https://github.com/jackc/pgx) should be enough to interact with PostgreSQL
databases.
### Migrations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment