i have a database collection, where i have stored some informations about a place e.g name address and so on. And each place could have multiple images. So i come up with storing them in storage and link all the images url/id in database. My first question is, is it a good idea to do so, if yes what is the best way to structure my storage? Do i need to create for each place a bucket? Would be happy for any help on that.
You could have a single images
bucket and keep the IDs for each file in the DB
ok thank you. I would go ahead then with this approatch.
[SOLVED] best way to store and structure the images for a specific place
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- Appwrite exception: user_unauthorized, t...
After refreshing the app it is working perfectly