neotypes alternatives and similar packages
Based on the "Database" category.
Alternatively, view neotypes 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. -
d4s
"Dynamo DB Database done Scala way". A library that allows accessing the DynamoDB in a purely functional way. -
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
Do you think we are missing an alternative of neotypes or a related project?
Popular Comparisons
README
[Logo](site/src/main/resources/microsite/img/neotypes.png)
neotype - a type specimen that is selected subsequent to the description of a species to replace a preexisting type that has been lost or destroyed.
neotypes
:warning: The library is under heavy development. Production use is at your own risk and is not recommended. :warning:
For early adopters:
Supports Scala 2.12 and 2.13 | |
---|---|
"com.dimafeng" %% "neotypes" % version |
core functionality. Supports scala.concurrent.Future . |
"com.dimafeng" %% "neotypes-cats-effect" % version |
cats.effect.Async[F] implementation. |
"com.dimafeng" %% "neotypes-monix" % version |
monix.eval.Task implementation. |
"com.dimafeng" %% "neotypes-zio" % version |
zio.Task implementation. |
"com.dimafeng" %% "neotypes-akka-stream" % version |
result streaming for Akka Streams. |
"com.dimafeng" %% "neotypes-fs2-stream" % version |
result streaming for FS2. |
"com.dimafeng" %% "neotypes-monix-stream" % version |
result streaming for Monix Observables. |
"com.dimafeng" %% "neotypes-zio-stream" % version |
result streaming for ZIO ZStreams. |
"com.dimafeng" %% "neotypes-refined" % version |
support to insert and retrieve refined values. |
"com.dimafeng" %% "neotypes-cats-data" % version |
support to insert and retrieve cats.data values. |
Scala lightweight, type-safe, asynchronous driver (not opinionated on side-effect implementation) for neo4j.
- Scala - the driver provides you with support for all standard Scala types without the need to convert Scala <-> Java types back and forth and you can easily add your types.
- Lightweight - the driver depends on
shapeless
andneo4j Java driver
. - Type-safe - the driver leverages typeclasses to derive all needed conversions at the compile time.
- Asynchronous - the driver sits on top of asynchronous Java driver.
- Not opinionated on side-effect implementation - you can use it with any implementation of side-effects of your chose (scala.Future, cats-effect
IO, Monix Task, etc) by implementing a simple typeclass.
scala.Future
is implemented and comes out of the box.
The project aims to provide seamless integration with most popular scala infrastructures such as lightbend (Akka, Akka-http, Lagom, etc), typelevel (cats, http4s, etc), twitter (finch, etc)...
Resources
Code of Conduct
We are committed to providing a friendly, safe and welcoming environment for all, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, nationality, or other such characteristics.
Everyone is expected to follow the Scala Code of Conduct when discussing the project on the available communication channels.