Farooq Khan

Results 36 comments of Farooq Khan

I built and released jsondb with both java8 and java 11 built with java 11. https://mvnrepository.com/artifact/io.jsondb/jsondb-core/1.0.115-j11 built with java 8 https://mvnrepository.com/artifact/io.jsondb/jsondb-core/1.0.115-j8

Thankyou for the pull request, but this change worries me a bit about how it impacts everyone else.

@pfichtner I have not merged the PR because I don't see a reason to merge. The current code should compile with Java 8 as well as any later version. If...

Adding a SQL query engine is non-trivial. I suspect it will be even more effort than the database code itself. As of now, there is no chance of me adding...

This is by design. To support atomicity I create a temporary file, if everything succeeds then the tmp file replaces the original file in one IO call. This is the...

You need some pagination, interesting idea, I am totally out of bandwidth, if you have time to raise a PR I would be happy to review it and incorporate it...