Adamansky Anton
Adamansky Anton
Marked as feature request
Thank you for the request Samuel! We are on the way of implementation `Rust` and `Python` bindings hope will release it September. I will check sample project in CLion and...
* CLion builds project without problems - just open the project, then run `Build -> Build Project` * After first build run `Reload CMake Project` and you will be able...
Hi Mark! Confirmed, Hope it is the only test case related issue.
Fixed in https://github.com/Softmotions/ejdb/commit/fc82820643d439f46c276a61586690ff55b1262c Will release npm packages soon
Hi Mark! I understand the problem, let me think about it)
Hi Mark! I may introduce some syntax sugar special for this case, something like this: ``` /some/path/[somekey includes :?] ``` Some JSON value pointed by `/some/path/somekey` is an object and...
> In the end, would it be safe for my web app to allow the following "untrusted" query from a browser? > `https://mywebsite.com/notes?filter="/notes/[category=demo]"` It will not be safe since you...
Although the structure a query language is very limited so you may strip it by regexpes, not perfect but will work.
> Hi Mark! I may introduce some syntax sugar special for this case, something like this: > > ``` > /some/path/[somekey includes :?] > ``` > > Some JSON value...