myndzi
myndzi
1. I don't think there's value in connecting a schema library in the way you suggest, though it's not impossible to do. Validation libraries, as mentioned, serve a different purpose...
Schemas: Ah, you didn't mention ORMs at all, just listed some validation libraries as examples. But I think I answered anyway: Yes, the intent is that the descriptors are just...
(CI is not expected to succeed at this stage; I modified `getDriverName` to throw an error when it receives an `undefined` knex instance, so tests that weren't being defined before...
I rewrote the whole thing to be much more well-factored and added tests for 100% coverage of the new test harness. I stacked this PR on top of https://github.com/knex/knex/pull/6318, which...
As a side note, when I see [rail diagrams like this](https://www.sqlite.org/lang_insert.html), I think it would be pretty useful if the code _implementing_ the statement matched fairly closely with the diagram:...
Thanks for the thorough response :) ### Addressing the current codebase I'm willing to attempt a PR, but I am not confident in my global understanding of correctness here. >...
I was writing a post to follow up a little after reading #1333 but I wound up nerd-sniping myself: https://tsplay.dev/mLnpAw This demonstrates a technique I recently sorta worked out for...
So.... I goofed. When I was looking to see if this code had changed, I looked up the old version and tried to find where it went in the new...
Unrelated: I looked to see if there's a way I can contact you non-publicly, but don't see anything. Are you on Discord, or is there an e-mail address I can...