I’ve set up my project credentials (endpoint, project ID) and generated an API key. I’m currently focusing on creating only the database and collections (tables) using the CLI , without using the dashboard.
I’ve attempted to create the database and collections via script, but it’s not working as expected.
Could you please clarify: The correct steps or order for creating a database and collections via CLI or Management API Any required parameters or permissions I might be missing
If there are any working examples, scripts,or documentation links, that would be extremely helpful.
<@257295349314486273>
cc <@501784879638249472>
<@873079788720496641> can you please share what script you used?
<@501784879638249472> I don’t have the script right now since I deleted it while experimenting. If you have any scripts, examples or docs on creating a database and table (collection) via the CLI, that would be really helpful.
https://appwrite.io/docs/tooling/command-line/commands
this should help
Recommended threads
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Finding job
Hi. I am a full-stack developer with experience in developing scalable and user-friendly web applications. I handle both front-end and back-end development, im...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...