mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
Fix PoloDB Status AGAIN
This commit is contained in:
parent
5d8c605ae1
commit
74bc77ded1
1 changed files with 1 additions and 1 deletions
|
@ -1038,7 +1038,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
|
|||
* [PickleDB](https://pythonhosted.org/pickleDB/)
|
||||
* [seladb/pickledb-rs](https://github.com/seladb/pickledb-rs) — a lightweight and simple key-value store, heavily inspired by Python's PickleDB. [![build badge](https://api.travis-ci.org/seladb/pickledb-rs.svg?branch=master)](https://travis-ci.org/seladb/pickledb-rs)
|
||||
* [PoloDB](https://www.polodb.org/)
|
||||
* [vincentdchan/PoloDB](https://github.com/vincentdchan/PoloDB) - An embedded JSON-based database has API similar to MongoDB. [![CI](https://github.com/PoloDB/PoloDB/actions/workflows/rust.yml/badge.svg)](https://github.com/PoloDB/PoloDB/actions/workflows/rust.yml)
|
||||
* [PoloDB](https://github.com/PoloDB/PoloDB) - An embedded JSON-based database has API similar to MongoDB. ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PoloDB/PoloDB/rust.yml)
|
||||
* Redis [[redis](https://crates.io/keywords/redis)]
|
||||
* [aembke/fred](https://github.com/aembke/fred.rs) [[fred](https://crates.io/crates/fred)] - A high level async [Redis](https://redis.io/) client for Rust with Tokio. [![CircleCI](https://circleci.com/gh/aembke/fred.rs/tree/main.svg?style=svg)]([https://circleci.com/gh/aembke/fred.rs/tree/main](https://app.circleci.com/pipelines/github/aembke/fred.rs?branch=main))
|
||||
* [redis-rs](https://github.com/redis-rs/redis-rs) — [Redis](https://redis.io/) library in Rust [![Rust](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/redis-rs/redis-rs/actions/workflows/rust.yml)
|
||||
|
|
Loading…
Reference in a new issue