Skip to content

sifte/myreplitdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyReplitDB Generic badge Downloads

A simple wrapper for replit's db.

Example

from myreplitdb import Database

db = Database()
db.insert('test', 'hello')
db.get('test') # hello