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
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).
The text was updated successfully, but these errors were encountered:
Currently the library
knex
is in use for the database access leading to manyany
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).The text was updated successfully, but these errors were encountered: