
Got some questions that involve the developer experience with collections. Does Appwrite have support for Object relation mapping (ORM) or are there examples that help you work with your database more easily by automating the process of translating data between your code and the database. Or Is there a way to make type-safe queries to catch errors early on, making it easier to write and maintain code, and ensuring that your queries are accurate and have the right data types for each field.

You would need to create the types yourself.
There isn't any custom type checking for queries yet. Feel free to 👍 https://github.com/appwrite/sdk-generator/issues/581

Done

oh and for creating types, I usually use this as a starting point: https://app.quicktype.io/

[SOLVED] DX for database collections
Recommended threads
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- Can't start docker containers beacuse no...
Hi, I'm testing my app where I upload also files to appwrite storage. As I suspect, I've filled up my disk. Now I can't start Appwrite. Could I ask for help wit...
