longevity alternatives and similar packages
Based on the "Database" category.
Alternatively, view longevity alternatives based on common mentions on social networks and blogs.
-
Slick
Slick (Scala Language Integrated Connection Kit) is a modern database query and access library for Scala -
PostgreSQL and MySQL async
DISCONTINUED. Async database drivers to talk to PostgreSQL and MySQL in Scala. -
ScalikeJDBC
A tidy SQL-based DB access library for Scala developers. This library naturally wraps JDBC APIs and provides you easy-to-use APIs. -
scala-redis
A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side. -
scredis
Non-blocking, ultra-fast Scala Redis client built on top of Akka IO, used in production at Livestream -
Scruid
Scala + Druid: Scruid. A library that allows you to compose queries in Scala, and parse the result back into typesafe classes. -
lucene4s
Light-weight convenience wrapper around Lucene to simplify complex tasks and add Scala sugar. -
GCP Datastore Akka Persistence Plugin
akka-persistence-gcp-datastore is a journal and snapshot store plugin for akka-persistence using google cloud firestore in datastore mode.
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of longevity or a related project?
README
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.