MyReplitDB

  • MyReplitDB is the most simplistic and easiest wrapper to use for replit's database system.

Installing

  • You can install it from the PyPI
  • Or you can install it from the Github directly.

Example

>>> import myreplitdb

>>> db = myreplitdb.Database()
>>> db.insert('test', 'hello!')
>>> db.get('test')

hello!
GitHub - kaylebetter/myreplitdb at pythonawesome.com
A simple wrapper for replit’s database system. Contribute to kaylebetter/myreplitdb development by creating an account on GitHub.