M
Marian Edu
Guest
just to clarify a bit, this is indeed javascript (node.js to be more precise) and the complete query information is sent oven in a json object to be interpreted by the progress back-end but this is not about the server side... this will always use a given json format, well until we find out this might need to change
not only that but the whole json can be quite complicated, multiple tables, join information, order by and offset/limit thought having something like a builder would help with: hiding the json format and have a more declarative syntax laravel.com/.../queries or doctrine-orm.readthedocs.org/.../query-builder.html
Continue reading...
Continue reading...