mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
added Cassandra crates (#79)
This commit is contained in:
parent
4e3dc76f87
commit
a8de428394
1 changed files with 10 additions and 0 deletions
|
@ -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."
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue