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ยง
- Async
Client - An asynchronous client.
- Sync
Client - A blocking client.