Hello, I've thought about doing a jOOQ for TypeScript myself, TypeScript being a really cool language. The presence of union types in a language greatly facilitates the likes of jOOQ. But the market isn't big enough (yet) for this to be an area where I'd like to invest next.
Obviously, I'm watching the market. There are some first attempts like: - https://github.com/hediet/ts-typed-sql - https://github.com/ggmod/type-sql Or purely JavaScript based ones (although, what's the point...) - https://github.com/hiddentao/squel Or an ORM: - https://github.com/typeorm/typeorm Hope this helps, Lukas 2018-05-24 3:21 GMT+02:00 <[email protected]>: > No ORM please > > > On Wednesday, May 23, 2018 at 6:07:35 PM UTC-7, Nikola Mihajlović wrote: >> >> Hello, >> Sorry if it is a bit off topic, but this group might be able to help :-) >> >> JOOQ is awesome, however for the new project we decided to try JavaScript >> (TypeScript) for server-side >> >> What is the best JOOQ-like library for TypeScript? >> >> Thanks! >> > -- > 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.
