Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waratuman/pony-cql
CQL Client for Pony
https://github.com/waratuman/pony-cql
cassandra cassandra-cql pony pony-language ponylang
Last synced: 21 days ago
JSON representation
CQL Client for Pony
- Host: GitHub
- URL: https://github.com/waratuman/pony-cql
- Owner: waratuman
- License: isc
- Created: 2017-02-25T00:26:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T23:08:27.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T13:30:39.967Z (3 months ago)
- Topics: cassandra, cassandra-cql, pony, pony-language, ponylang
- Language: Pony
- Size: 145 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pony CQL
## Building
```bash
make
```## Testing
```bash
make test
```