Merge pull request #2231 from jaredtconnor/fix/db-readme

Update to fix `db` package README
This commit is contained in:
Jackson Harper 2023-05-22 15:11:55 +08:00 committed by GitHub
commit c04798a1e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ In order to use Row Level Security every transaction with the database must set
- Install and run the _postgresql_ service on your machine.
###Configure access to the database
### Configure access to the database
_On some systems, Postgres will only allow the local postgres user to connect to the database. One way around this is to
set the authentication method in your pg_hba.conf file_. The `trust` method allows any user who can connect to