I have some AWS Lambda functions written in Java that use JOOQ for accessing a Postgres RDS instance. It works ok, especially now that AWS have recently released concurrent execution limits. But for various reasons (that I don't want to go into here), I want to rewrite my Lambda functions in Typescript.
I've been looking around for an ORM/DB access library for Typescript, but nothing has grabbed my eye. It's pretty much all dynamic-style record-oriented CRUD factories. Very little focus on SQL itself and no support for static typing. Is anyone aware of any Typescript-oriented library similar in style to JOOQ - treating SQL as a first-class citizen and supporting static typing? -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
