fliitor
fliitor
### 🔖 Feature description Have client and/or server side endpoint that allows you to check/retrieve the permissions of a user (via his session, id or teams) Can be `user.hasPermission('write','databaseNane.colletionName')` or...
## What does this PR do? Alert user when using `appwrite init collection` if no database selected ## Test Plan (Write your test plan here. If you changed any code,...
Closes #285
### 🔖 Feature description This fields [auto generate](https://github.com/utopia-php/database/blob/main/src/Database/Database.php#L2530C48-L2530C48) on insert / [update](https://github.com/utopia-php/database/blob/main/src/Database/Database.php#L2857C9-L2858) It can be usefull to force them via `data` like ```json { ...otherFields, "$createdAt": "string or timestamp" }...