Popularity
3.2
Stable
Activity
0.0
Stable
104
12
6

Programming language: Scala
License: GNU General Public License v3.0 or later
Tags: Database    
Latest version: v0.27.0

longevity alternatives and similar packages

Based on the "Database" category.
Alternatively, view longevity alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of longevity or a related project?

Add another 'Database' Package

README

Build
Status License Join the chat at https://gitter.im/longevityframework/longevity

longevity - A Persistence Framework for Scala and NoSQL.

Focus your development on your domain model, not your database model.

Longevity translates your domain into a natural, easy to understand database model. Your persistent objects are stored as JSON, and we add any other database schema needed to keep performance fast.

You no longer need to:

  • design a database schema
  • build and maintain a translation layer between your domain model and database model
  • build and maintain integration tests for your translation layer
  • make compromises in your domain model to satisfy your database model or translation layer

With longevity, persistence concerns and operations are abstracted behind an elegant persistence API. We provide you with fully featured repositories for Cassandra, MongoDB, and SQLite.

For more information, please visit the longevity website.


*Note that all licence references and agreements mentioned in the longevity README section above are relevant to that project's source code only.