Vladi Stevanovic
Robert Craigie
08/26/2021, 12:47 PMarnaud
08/27/2021, 11:10 AMFigma for database architects
In short, Archibase lets you build, visualize and document your Prisma schema in collaboration with your team (real time collaboration).
It provides all the features you would expect from such an editor: indexes, constraints, multiplayer cursor, cursor chat conflict resolution, dark mode etc. Go check the website if you want to know more.
prisma rainbow Prisma SDL as default language
Archibase use the same Prisma schema definition language (SDL) we know and love to build your database.
It also provides a linter that will helps avoid errors while building your database architecture.
Y*ou can start using it right now, for free, by simply dropping a valid Prisma schema or by choosing one of the templates.*
Of course, all of your work can be exported to a Prisma schema or image (and more)
❤️ Help needed
Archibase is currently in alpha so you should expect some bugs and awkward behaviors please be kind 😄 . If you’re hyped by the project, I really need you to test it out and give some feedback about the improvements to made or bugs to solve.
If you want to support the project, consider subscribing by using the code PRISMASDLISMETA
which gives you a lifetime 60% off.
Also there is an open demo here => https://archibase.dev/demo so you can try it without registering.
(I really don’t know the load the app can handle so it would be great if we can try to put it down together ! 💯💯💯)
Thanks @Mahmoud for letting me posting this here and thanks Prisma teams for the tools you’re building that we heavily rely on (sdk, sdl and language-tools).
PS: The public roadmap is here if you have some ideas to suggest => https://feedback.archibase.dev/roadmapTharshan
08/30/2021, 4:00 PMAlex Olivier
08/31/2021, 2:04 PM/check
endpoint which evaluates all the policies in microseconds and returns the result to your app
• Policies are defined in YAML and can follow the gitops workflow that we personally love
• Deployment can be done by running a binary, as a k8s sidecar or anything else that can run a container
Prisma is my ORM of choice these days (great work 👌) so naturally is one of the first example repos of using Cerbos we have published https://github.com/cerbos/express-prisma-cerbos
Any feedback would be greatly appreciated and happy to answer any questionsVladi Stevanovic
Zarazas
09/01/2021, 8:35 PMVladi Stevanovic
Vincent Jouanne
09/04/2021, 4:58 PMVladi Stevanovic
KATT
09/10/2021, 2:37 PMDamien Duhamel
09/14/2021, 7:06 AMAlex Olivier
09/14/2021, 4:04 PMSasi
09/16/2021, 1:02 PMHarsha MV
09/19/2021, 7:16 PMMischa
09/21/2021, 9:54 AMMischa
09/21/2021, 9:55 AMthdxr
09/22/2021, 10:09 PMTharshan
09/23/2021, 4:30 PMNishchit
09/29/2021, 7:41 AMMischa
09/30/2021, 3:59 PMPasindu Dilshan
10/05/2021, 4:53 AMVladi Stevanovic
Vladi Stevanovic
Sai Krishna
10/11/2021, 10:06 AMMischa
10/12/2021, 9:43 AMVladi Stevanovic
Daniel Olavio Ferreira
10/17/2021, 5:56 PMVladi Stevanovic
"Working with SQL databases in Node.js often requires ORM libraries to abstract the untidy database operations so the developer only has to worry about the logic"👉 Full article here: https://www.section.io/engineering-education/api-with-prisma-and-nodejs/