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

outdated

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

0.1.2 #

  • Updated to use Uint8List.

0.1.1 #

  • Added types: timestamp, timeuuid and counter.
  • Fixed a bug where it would crash on selecting and inserting a null field.
  • Updated to Dart 2.3 standards

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