Is it possible to use PostgreSQL as Query Result backend instead of SQLite?
Any specific configuration?

1 Like

QRDS is just like any other data source. It has a query runner in the app/query_runner folder. You could fork this and implement your own query results data source that uses Postgres as the back-end. Not sure if anyone else has done this before since it’s going to be more complicated.