#[SOLVED] Is it possible to list appwrite schemas as in prisma?

6 messages · Page 1 of 1 (latest)

hollow badge
glass ice
#

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

manic knoll
#

Appwrite basically abstracts the DB interaction so you interact with a filter-like system

manic knoll
#

@hollow badge Do I can mark this as solved?

hollow badge