jvalue / ods

Open Data Service - Make consuming open data easy, safe, and reliable
GNU Affero General Public License v3.0
36 stars 23 forks source link

AdapterJS: Remove Knex and make linter work #409

Open georg-schwarz opened 2 years ago

georg-schwarz commented 2 years ago

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).