We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New Owl will use React for UI and Prisma for ORM.
We are expecting to use the following design:
Prisma will act as a shared storage of each plugin attached to it.
We will first implement Owl with no server. Client will be placed in the internal network to directly communicate with Prisma
Each plugin is an independent worker. Its action will be determined by the state of the database and writes will happen in the database.
Expected plugins to be implemented are
The text was updated successfully, but these errors were encountered:
No branches or pull requests
New Owl will use React for UI and Prisma for ORM.
We are expecting to use the following design:
Prisma will act as a shared storage of each plugin attached to it.
We will first implement Owl with no server. Client will be placed in the internal network to directly communicate with Prisma
Each plugin is an independent worker. Its action will be determined by the state of the database and writes will happen in the database.
Expected plugins to be implemented are
The text was updated successfully, but these errors were encountered: