As a JS/TypeScript dev: just give me typing, DB schema, and an API in one place.<p>Currently we have TypeORM, which does typing and DB schema but requires you to make a separate API. And we have Prisma, which is a DB schema and API, but still requires you to maintain types.