ScyllaOm is a simple OM for ScyllaDB (& Apache Cassandra). It is a simple wrapper around the [DataStax Node.js driver]
npm install [email protected]:hanumanum/ScyllaOm.git
for referance see examples ScyllaOm
- Implement Map-Reduce Strategy: Integrate a Map-Reduce strategy to enhance the performance and scalability of data processing within QueryBuilder.
- Validate
whereIn()
Arguments: Ensure the incoming arguments forwhereIn()
are of proper types to maintain data integrity and prevent errors.
- Expand Selection Methods: Introduce additional selection methods to provide more flexibility in querying data:
-
whereNotIn()
-
whereBetween()
-
whereNotBetween()
-
whereNull()
-
whereNotNull()
- ...
-
- Incorporate Grouping, Aggregation, and Ordering: Enhance the QueryBuilder with capabilities for data grouping, aggregation, and ordering to support complex queries and data analysis.