https://github.com/et1975/fscassy
Functional F# API for Cassandra
https://github.com/et1975/fscassy
cassandra fsharp
Last synced: 10 months ago
JSON representation
Functional F# API for Cassandra
- Host: GitHub
- URL: https://github.com/et1975/fscassy
- Owner: et1975
- License: other
- Created: 2017-04-27T14:22:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T17:05:30.000Z (over 7 years ago)
- Last Synced: 2025-06-08T14:44:28.178Z (about 1 year ago)
- Topics: cassandra, fsharp
- Language: F#
- Homepage: https://et1975.github.io/FsCassy
- Size: 2.52 MB
- Stars: 20
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
FsCassy [](https://ci.appveyor.com/project/et1975/FsCassy) [](https://travis-ci.org/et1975/FsCassy) [](https://badge.fury.io/nu/FsCassy)
=======
FsCassy offers several improvements over the official .NET driver:
- F# quotations support for statically-typed update queries,
- a composable DSL for statements,
- a Pretty printer, Cassandra and InMem statement interpreters
The pluggable interpreter extends the reach of unit-testing into the code that would not otherwise be testable in isolation.
=======
Some assembly required: please see the tests for examples of the interpreter construction.