You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides, we already have knexjs which is mature and defacto standard. It does the same as SQLKata + migrations. Also, there are https://hiddentao.github.io/squel/
The purpose of this project is not the same as Knex and other Query builders, it's complementary to the server side edition.
more info to come later on:) thank you anyway
Is the idea of this to build queries client side, serialize them to json and post to the server to deserialize into sqlkata expressions? If so that's awesome and exactly what I need.
Assuming that this is a port of SQLKata to JS/TS, I can help to build it with TypeScript.
The text was updated successfully, but these errors were encountered: