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
- Host: GitHub
- URL: https://github.com/nikdon/scala-cloud-datastore
- Owner: nikdon
- License: apache-2.0
- Created: 2017-07-03T09:42:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T13:50:58.000Z (about 9 years ago)
- Last Synced: 2025-01-16T00:29:03.681Z (over 1 year ago)
- Topics: google-cloud-datastore, scala
- Language: Scala
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-cloud-datastore
[](https://travis-ci.org/nikdon/scala-cloud-datastore)
[](https://codecov.io/gh/nikdon/scala-cloud-datastore)
[](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.