sqlkata / sqlkata.js

0 stars 0 forks source link

Do you need any help with that project? #1

Open gaperton opened 4 years ago

gaperton commented 4 years ago

Assuming that this is a port of SQLKata to JS/TS, I can help to build it with TypeScript.

gaperton commented 4 years ago

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/

ahmad-moussawi commented 4 years ago

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

hisuwh commented 3 years ago

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.