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
{{ message }}
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.
Allow the server to communicate with a Postgres server.
It should be an option such that 'user' can choose between SQLite and
Postgres.
This would require introducing the use of Psycopg and ideally it would
be an optional dependency such that if you don't opt-in for it, it doesn't
need to be installed.
The text was updated successfully, but these errors were encountered:
Allow the server to communicate with a Postgres server.
It should be an option such that 'user' can choose between SQLite and
Postgres.
This would require introducing the use of Psycopg and ideally it would
be an optional dependency such that if you don't opt-in for it, it doesn't
need to be installed.
The text was updated successfully, but these errors were encountered: