Skip to content

Proof of concept prototype of an Apache Cassandra client library for Apple platforms.

License

Notifications You must be signed in to change notification settings

database-utility/cassandra-kit

Repository files navigation

CassandraKit (🚧 Work in Progress 🚧)

Proof of concept prototype of an Apache Cassandra client library for Apple platforms.

Installation

.package(url: "https://github.com/database-utility/cassandra-kit.git", branch: "main")
import CassandraKit

Usage

let session = CassandraSession(cluster: CassandraCluster(url: "cassandra://localhost"))
try session.connect()

let keyspaces = try session.execute("select * from system_schema.keyspaces")
print(keyspaces as NSArray)

Acknowledgements

Uses DataStax C/C++ Driver.

About

Proof of concept prototype of an Apache Cassandra client library for Apple platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages