A simple Scala persistence API for JSON documents represented as strings.
It includes implementations for:
- the filesystem
- Elasticsearch 1.7.x
- PostgreSQL 9.4 or above, using JSONB
libraryDependencies += "com.github.piltt" %% "silky-persistence" % <latest-version>
- Browse existing issues