A SQLAlchemy dialect for Apache Cassandra.
bash
poetry install
from sqlalchemy import create_engine
engine = create_engine('cassandra://username:password@hostname:port/keyspace')
- Clone the repository
- Install dependencies:
poetry install
- Run tests:
poetry run pytest