Skip to content

tebuevd/deno_replit_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deno-replit-db

Deno port of https://github.com/replit/database-node

Usage

import { Client } from "https://denopkg.com/tebuevd/deno_replit_db/index.ts";

const client = new Client();

await client.set("123", 123);
await client.get("123");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published