Currently the library knex is in use for the database access leading to many any typed code.
Goal: replace knex with our own postgres library to make it consistent with the rest of our microservices. Most linter errors should resolve naturally from this step (hopefully).
Currently the library
knexis in use for the database access leading to manyanytyped code.Goal: replace
knexwith our own postgres library to make it consistent with the rest of our microservices. Most linter errors should resolve naturally from this step (hopefully).