dbos-inc / dbos-transact-ts

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
366 stars 27 forks source link

Support for Drizzle Relational API #578

Closed GarrisonBates closed 3 months ago

GarrisonBates commented 3 months ago

I added support for Drizzle's relational queries so that now queries can be executed like this: const users = await ctx.client.query.User.findMany(); Instead of just using their SQL-like queries.