An open API service indexing awesome lists of open source software.

https://github.com/nikdon/scala-cloud-datastore

Simpler Google Cloud Datstore access for Scala
https://github.com/nikdon/scala-cloud-datastore

google-cloud-datastore scala

Last synced: over 1 year ago
JSON representation

Simpler Google Cloud Datstore access for Scala

Awesome Lists containing this project

README

          

# scala-cloud-datastore
[![Build Status](https://travis-ci.org/nikdon/scala-cloud-datastore.svg?branch=master)](https://travis-ci.org/nikdon/scala-cloud-datastore)
[![codecov](https://codecov.io/gh/nikdon/scala-cloud-datastore/branch/master/graph/badge.svg)](https://codecov.io/gh/nikdon/scala-cloud-datastore)
[![](https://jitpack.io/v/nikdon/scala-cloud-datastore.svg)](https://jitpack.io/#nikdon/scala-cloud-datastore)

scala-cloud-datastore is a library to make using [Cloud Datastore](https://cloud.google.com/datastore/) with Scala
simpler and less error-prone.

The main focus is on making it easier to avoid mistakes and typos by leveraging Scala's type system and some
higher level abstractions.