DB Backend (Zapatos Replacement)
GMetri APIs uses Zapatos (Open Source, MIT License) for TypeSafe SQL queries.
Zapatos’s current version is v6.
But Zapatos above version 2 no longer has the ability to work with multiple schemas in the same repo. The version of Typescript in Zapatos is getting outdated, and will soon be incompatible with GMetri codebase.
Fork or recreate Zapatos with the latest version of Typescript
Requirements:
Create type safe .ts files in the same repo, which can be included in downstream repos.
Postgres SQL, TypeScript
https://jawj.github.io/zapatos/
Is GMetri able to replace Zapatos with the new library?