com.distelli.persistence:crypto-api

Provides a NoSQL persistence API that is backed by AWS DynamoDB or mysql.


Keywords
java
License
Apache-2.0

Documentation

Java Persistence API for NoSQL

The Java NoSQL Persistence for Java project enables Java developers to easily work with NoSQL databases using a single API.

Getting Started

The persistence-api module contains the API and models for interacting with your NoSQL persistence store. The persistence-impl contains the implementations for these APIs.

Examples

Persistence Example