jsondb-core icon indicating copy to clipboard operation
jsondb-core copied to clipboard

JsonDB a pure java database that stores its data as Json Files

Results 33 jsondb-core issues
Sort by recently updated
recently updated
newest added

Hello there, when I try to create collection this exception is thrown " No class found with @Document Annotation and attribute collection Name as: User ", I am sure 100%...

TL;DR; It seems this project is not able to run on android. ----------- At first thanks for this library. But i m struggeling a lot at getting it working with...

Using this in a simple Servlet container application and ran into concurrency issues where multiple threads are trying to write to the file at the same time. Looked at the...

This method is documented on the site but is not usable. [image of IDE](https://imgur.com/1D9lDHx) Am I missing something?

The current JSONDB version only runs under Java 10 because it was compiled with or for Java 10. In fact, there is no reason for this: JSONDB itself does not...

hello. i need develop server for parse ndjson format to java object . can you show me an examples ? thank you very much.

Allowing for mapping the getter and setter methods through the Java object hierarchy in a recursive way that can cater for inherited class attributes and methods

Do we have id auto increment?

enhancement

The current implementation only encrypts the properties of a entity marked with @Secret. I would like the complete text file to be unreadable. It this possible to implement, or does...

enhancement

Version: 1.0.115 (latest at this time) After executing all tests trough gradle, the test files are still in the test directory. Path: src/test/resources/dbfiles/eventsTests Suggestion: Temp dirs Suggested library/module: JUnit 5:...