-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database schema #10
Comments
Working on this to open #20 since it required me to add the database schema |
since mongoose is broken on Deno and it was using NAPI anyway so it would have been slow. I ended up creating ker0olos/mongo which uses Altas Data API. It should work great with Deno Deploy. I will get working on adding basic schemas for users and servers. And close this issue. Should be pretty straightforward since I won't be adding any logic. |
For this, we are using a MongoDB instance. We need to design a future-proof scheme that will allow cross-server activities but also sandbox each server and user.
The text was updated successfully, but these errors were encountered: