Hey! I want to use a database for one of my personal projects, but I've a doubt that, while I was checking out primsa, in there, there's this file as - schema.prisma, in which we can mention the database structure so it becomes eaiser to understand for anyone new to it and have a look at it eaisly - https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/mongodb/creating-the-prisma-schema-typescript-mongodb. I've a doubt that, is there some kind of feature in appwrite too?
#[SOLVED] Is it possible to list appwrite schemas as in prisma?
6 messages · Page 1 of 1 (latest)
Prisma is an orm. Probably Appwrite db is a abstract layer on top of maria db
Appwrite queries itself act as some kind of orm or db utility tools
So not possible
Appwrite basically abstracts the DB interaction so you interact with a filter-like system
Got it! Thanks👍
@hollow badge Do I can mark this as solved?
Yess, sure... ig I forgot to mark this as solved👍