You will quickly find some mini SQL DSL APIs in all other languages, including TypeScript. But from my lurking the interwebs for competitors over the past 10 years, I'm not aware of one that is as sophisticated as jOOQ.
The only ones that get close are QueryDSL in Java (seems no longer maintained) or sqlpp in C++ (I'm actually jealous of C++'s templates :), but I'm not aware of a "jOOQ for Typescript". I guess the market is really not big enough for something sophisticated... 2017-12-12 3:39 GMT+01:00 <[email protected]>: > 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. > -- 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.
