longevity

A Persistence Framework for Scala and NoSQL

View project on GitHub

translating persistents to the database

In this chapter, we discuss the details of how persistent objects are stored in the database. This should aid you in interpreting the data in your database, such as when using other tools to generate reports from your database, or troubleshooting any problems that come up with your application in production.

This treatment is broken down into the following sections:

prev: query spec
up: user manual
next: persistent to json