Skip to content

Replace raw PostgreSQL with beam

J Haver requested to merge replace-db-with-beam into phase-1

The goal of this MR is to use beam instead of raw PostgreSQL where possible. There are a few areas where I maintained raw queries as I did not find a simple way to translate them to beam's DSL. This introduces no new features or functionality and does not attempt to redesign any other area of the system. The logs should remain the same.

Still need to test against a database before merging.

See ChangeLog for more details.

Merge request reports