Crate replitdb

Source
Expand description

Simple Replit Database clients.

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

Structsยง

AsyncClient
An asynchronous client.
SyncClient
A blocking client.