This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
ReplDB+ aka ReplAPI.it Database Interface #42
rayhanadev
started this conversation in
General Community
Replies: 2 comments 6 replies
-
@rayhanadev I think it would be great if ReplAPI.it not only included ReplDB+, but also normal ReplDB. Based off of Coder100's and replits node client, we add a few more features but still give the developer access to the raw db. |
Beta Was this translation helpful? Give feedback.
3 replies
-
For ReplDB+, do you plan on storing the data through Replit's database feature or through a file? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! This discussion thread is to pitch ideas and ask questions about the upcoming ReplDB interface, ReplDB+, in ReplAPI.it! I wanted to hear some ideas about what to implement.
What is ReplDB+?
- From the issue
I will update the issue with some progress every once in a while and push out the Database class under the experimental features flag. If you would like to test the Database class, do the following:
Install the package on a Repl (it has to be a Repl environment as part of security measures)
Use the package in your code
Create a database using ReplAPI.it
Set the createDatabaseFlag to true to avoid errors working with the database
Initialize the database
Use Database Functions! These are all asynchronous. For available functions, visit the issue.
The goal of this class is the make ReplDB easier to use for people on Replit! If you have any suggestions, please let me know in this issue or a thread below.
Beta Was this translation helpful? Give feedback.
All reactions