Has anyone used prisma and
appwrite.io together?
I've seen a lot of people using supbase and prisma together.
Appwrite is also a firebase installation project like supbase,
which has a simple structure without having to create a sql query directly.
If might be using both appwrite and prisma, it's easier to use ORM through appwrite
and query through prisma, so I suddenly think it'll be much more comfortable.
I wonder what everyone thinks.