Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphael/cql_model
An experimental lightweight ORM for Cassandra Query Language (CQL)
https://github.com/raphael/cql_model
Last synced: 29 days ago
JSON representation
An experimental lightweight ORM for Cassandra Query Language (CQL)
- Host: GitHub
- URL: https://github.com/raphael/cql_model
- Owner: raphael
- Created: 2013-04-12T20:49:23.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-17T01:35:24.000Z (over 11 years ago)
- Last Synced: 2024-10-05T21:41:30.328Z (3 months ago)
- Language: Ruby
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
= TODO
== Features
*
* Prepared statement support (e.g. for the result of SelectStatement#build)== Usability / Correctness /Performance
* Better solution for using and switching namespaces -- thread/fiber safety
* Better use of cql-rb connection pooling