Popularity
2.2
Growing
Activity
8.5
Declining
27
7
6
Programming language: Scala
License: Apache License 2.0
Tags:
Database
Latest version: v1.0.14-M3
d4s alternatives and similar packages
Based on the "Database" category.
Alternatively, view d4s alternatives based on common mentions on social networks and blogs.
-
PostgreSQL and MySQL async
Async database drivers to talk to PostgreSQL and MySQL in Scala. -
Relate
Lightweight, blazing-fast database access layer for Scala that abstracts the idiosyncricies of the JDBC while keeping complete control over the SQL. -
SwayDB
Type-safe, non-blocking, back-pressured key-value storage library for single/multiple disks & in-memory - www.SwayDB.io -
Scruid
Scruid (Scala+Druid) is an open source library that allows you to compose Druid queries easily in Scala. -
ReactiveCouchbase
Reactive Scala Driver for Couchbase. Also includes a Play plug-in. An official plug-in is also in development. -
lucene4s
Light-weight convenience wrapper around Lucene to simplify complex tasks and add Scala sugar. -
neo4akka
Neo4j Scala client using Akka HTTP with compile-time query interpolation, case class support, true non-blocking IO, and much more. -
GCP Datastore Akka Persistence Plugin
akka-persistence-gcp-datastore is a journal and snapshot store plugin for akka-persistence using Google Cloud Datastore.
Get performance insights in less than 4 minutes.
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Promoted
scoutapm.com
Do you think we are missing an alternative of d4s or a related project?
Popular Comparisons
README
D4S - "Dynamo DB Database Done Scala-way"
What is it? 
D4S - is a Scala library that allows you to work with DynamoDB in a pure functional way. It's powered by Izumi, uses Bifunctor IO and allows you to choose whatever effect type you want to use. It provides flexible and extensible DSL, supports AWS SDK v2 and has great integration with ZIO.
include the following components:
- d4s – core package, the lib itself.
- d4s-circe – provides circe codecs to encode the data.
- d4s-test - provides test environment and docker containers via DIstage TestKit.
- metrics - a small yet convenient package for metrics aggregation.
- aws-common - tagging and namespaces
Please proceed to the microsite for more information.