diff options
author | Wolfgang Müller | 2023-03-30 21:37:23 +0200 |
---|---|---|
committer | Wolfgang Müller | 2023-03-30 21:37:23 +0200 |
commit | 056ff5108e14353b110290c32a697fdee4ea7b3e (patch) | |
tree | 589cdae612dfbaac2b7af5e9eed36e87a57dc70e /quarg.1 | |
parent | e98b2c6b16b63752c0ccccc3ef9a2b4eafe5ad47 (diff) | |
download | quarg-056ff5108e14353b110290c32a697fdee4ea7b3e.tar.gz |
Migrate to psycopg3
SQLAlchemy 2.0 brings support for the latest version of the psycopg
PostgreSQL database driver. With the migration to 2.0 done, we can
switch to this now.
Diffstat (limited to '')
-rw-r--r-- | quarg.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.Dd May 8, 2021 +.Dd March 30, 2023 .Dt QUARG 1 .Os .Sh NAME @@ -290,7 +290,7 @@ instance. .Pp .Nm uses SQLAlchemy which supports both SQLite and PostgreSQL backends. -The psycopg2 backend is recommended for the latter. +The psycopg backend is recommended for the latter. .Pp If Quassel uses the PostgreSQL backend, it is highly recommended to set up a read-only database role @@ -320,7 +320,7 @@ The following is a valid configuration file specifying a connection to a local PostgreSQL instance via its default socket: .Bd -literal -offset indent [Database] -url = postgresql+psycopg2://quarg@/quassel?host=/run/postgresql +url = postgresql+psycopg://quarg@/quassel?host=/run/postgresql .Ed .Sh FILES .Bl -tag -width Ds |