Jsondb / jsondb-core

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

Home Page:http://www.jsondb.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use java.nio for all file operations

nterry opened this issue · comments

This would allow for alternate Filesystem implementations to be used such as JimFS and such for unit tests.

I had not realised this, I will try to check this out and fix it when i get some time.

@FarooqKhan Yeah man, check out JimFS here: https://github.com/google/jimfs

It would allow users such as myself to unit test without having to mock. You could have a constructor accept a java.nio.FileSystem object and default to the default filesystem.