I am not very familiar with programming, especially writing network applications I have code I want to improve (make Appwrite easier to use + database multiplication) Improving the code to be suitable for use in large projects The application is just a simple example.. What is important is the method used to connect to Appwrite What is required is to optimize the code to reduce resource consumption on the device and server (Dart Code) https://github.com/TechComet/example_easy_appwrite
Recommended threads
- AppwriteException: Invalid query: Query ...
```js console.log(typeof interaction.user.id) console.log(interaction.user.id) const user_check = await TablesDB.listRows({ databaseId: "db", ...
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...
- Database error validating 'min' and 'max...
I keep seeing an error when I try to add a column to a database table within the AppWrite cloud UI. I also see this error when trying to create or update a reco...