Jsondb / jsondb-core

JsonDB a pure java database that stores its data as Json Files
http://www.jsondb.io
MIT License
212 stars 45 forks source link

Is is possible to have different json-files using the same document? #21

Closed jansoren closed 4 years ago

jansoren commented 5 years ago

Hi :slightly_smiling_face:

I have multiple collections that are using the same document. Is there any posibility to persist the different collections in different json-files?

The reason why I want to use multiple json files is that the data in them is large and has nothing to do with each other.

FarooqKhan commented 5 years ago

Hi @jansoren,

JsonDB already has one actual file named as 'collectionname.json' per collection. Can you explain a bit more what actually you are trying to achive.

Thanks Farooq

FarooqKhan commented 4 years ago

@jansoren i think this is not a issue i am going to close it, if you still think this is a issue please reopen it.