cassandart 0.1.0 copy "cassandart: ^0.1.0" to clipboard
cassandart: ^0.1.0 copied to clipboard

outdated

Cassandra database client (driver wire protocol: v4, CQL: 3.0).

0.1.0 #

  • BREAKING CHANGES:

    • PageRows implements Page<Row> from package:page.
    • CassandraClient.close removed, only CassandraPool needs it.
    • Renamed CassandraClient -> Client.
    • Renamed CassandraPool -> Cluster and updated connect.
    • Renamed DataClass -> RawType, DataType -> Type, TypedValue -> Value.
    • Renamed RowsPage -> ResultPage.
  • Query result pagination.

0.0.1 #

  • Basic client.
4
likes
0
pub points
9%
popularity

Publisher

verified publisheragilord.com

Cassandra database client (driver wire protocol: v4, CQL: 3.0).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

buffer, meta, page

More

Packages that depend on cassandart