This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
ReplDB interfacing options for ReplAPI.it #25
Open
Description
One idea no Replit API package has managed so far (to my knowledge), is an interfacing option with ReplDB. I don't quite mean enveloping the ReplDB package with ReplAPI.it, but rather sending requests to the endpoint.
Ideas:
- First initialize a ReplDB class, parameter can be to supply the endpoint URL
- Use the normal functions (set, get, delete, list), just like the current ReplDB package
- Add more utility functions?
This doesn't do much with just the basic functions and it could possibly be easier for users if there are utilities...