3 releases

0.1.3 Sep 5, 2021
0.1.2 Sep 5, 2021
0.1.1 Sep 5, 2021

#5 in #replit

23 downloads per month

MIT license

12KB
280 lines

Rust-ReplitDB

A simple Rust client for Replit DB.

A basic library which provides two clients to interact with Replit DB, one asynchronous and the other blocking. The API is modeled after the official NodeJS client.

Licensed under the MIT license.


lib.rs:

Simple Replit Database clients.

Provides two clients to interact with Replit DB, AsyncClient and SyncClient. The API is modeled after the NodeJS client.

Dependencies

~4–16MB
~233K SLoC