An advanced Object Relational Mapper for the Appwrite database.
Includes advanced features such as:
- development mode. Uses mock data and arrays instead of direct API requests to save on usage
- Migrations. The appwrite ORM autometically checks the Database state and migrates bad tables
- Caching. Instead of sending a request on every function call, the ORM can figure out if the table has changed, and if it didn't then it returns the same response
- Custom MCP server. Gives your AI model some context about how the ORM runs and works, so your AI won't hallucinate
- Exportation feature. Similarly to the Appwrite normal migration system, but instead of exporting the actual data, you can export the database structure. Exports tables, types, values, etc into other popular platforms (Firebase, Postgres, etc)