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: about 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T23:08:27.000Z (about 6 years ago)
- Last Synced: 2025-01-14T07:11:23.943Z (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
```