/myreplitdb

A simple wrapper for replit's db.

Primary LanguagePython

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