added Cassandra crates (#79)

This commit is contained in:
Kamil Rojewski 2023-04-12 18:27:00 +02:00 committed by GitHub
parent 4e3dc76f87
commit a8de428394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -816,6 +816,16 @@
"recommendations": [{ "recommendations": [{
"name": "rocksdb" "name": "rocksdb"
}] }]
},
{
"name": "Cassandra",
"recommendations": [{
"name": "cassandra-protocol",
"notes": "Low-level Cassandra protocol implementation."
}, {
"name": "cdrs-tokio",
"notes": "High-level async Cassandra driver."
}]
} }
] ]
}, },