Skip to content

Commit

Permalink
Update README.md (#811)
Browse files Browse the repository at this point in the history
* Update README.md

added mention of recent rustydb support, though I don't know its characteristics for mention in the comparison table so that is all `?`'s

* fix: updated readme

---------

Co-authored-by: SamTV12345 <[email protected]>
  • Loading branch information
enfascination and SamTV12345 authored Feb 14, 2025
1 parent d80b103 commit f2e0dc7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ writes are done in a bulk. This can be turned off.
* Postgres (single connection and with connection pool)
* Redis
* Rethink
* `rustydb`
* SQLite
* Surrealdb
*
Expand Down Expand Up @@ -211,18 +212,19 @@ const ueberdb = require('ueberdb2');

| | Get | Set | findKeys | Remove | getSub | setSub | doBulk | CI Coverage |
|---------------|-----|-----|----------|--------|--------|--------|--------|-------------|
| cassandra ||| * ||||| |
| couchdb |||||||| |
| cassandra ||| * ||||| |
| couchdb |||||||| |
| dirty ||||||| ||
| dirty_git ||||||| | |
| elasticsearch ||| * ||||| |
| maria |||||||| |
| dirty_git ||||||| | |
| elasticsearch ||| * ||||| |
| maria |||||||| |
| mysql |||||||||
| postgres |||||||||
| redis ||| * ||||||
| rethinkdb ||| * |||||
| rethinkdb ||| * |||||
| rustydb |||||||||
| sqlite |||||||||
| surrealdb |||||||| |
| surrealdb |||||||| |

## Limitations

Expand Down

0 comments on commit f2e0dc7

Please sign in to comment.