longevity

A Persistence Framework for Scala and NoSQL

View project on GitHub

the repository

All persistence operations occur through the repository - the longevity.persistence.Repo. In this chapter, we will take a look at the schema creation operation, as well as the standard CRUD (create/retrieve/update/delete) operations. Repository queries are discussed in the following chapter. How to get your hands on a Repo instance is discussed in the section on repositories in the chapter on the longevity context.

prev: write timestamps
up: user manual
next: opening and closing the connection