[X] I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
We come from the Java ecosystem, which has an absolutely wonderful tool called jOOQ. As we consider writing Node-based backends, Drizzle is the natural choice as it basically implements the same pattern: thin layer on top of SQL (+ other useful features).
Feature hasn't been suggested before.
Describe the enhancement you want to request
We come from the Java ecosystem, which has an absolutely wonderful tool called jOOQ. As we consider writing Node-based backends, Drizzle is the natural choice as it basically implements the same pattern: thin layer on top of SQL (+ other useful features).
One of jOOQ incredibly useful features is Multisets: https://blog.jooq.org/jooq-3-15s-new-multiset-operator-will-change-how-you-think-about-sql/. While it definitely has its pitfalls, if used correctly, it can be absurdly useful.
How feasible would it be to implement this in Drizzle? Does Drizzle offer a way to extend it's syntax?