Anas Badran
Explore posts from serversDTDrizzle Team
•Created by Anas Badran on 12/14/2024 in #help
Build a complex query
the schema:
4 replies
PPrisma
•Created by Anas Badran on 12/11/2024 in #help-and-questions
Fix a query
is there something wrong with this query, it isn't working?
23 replies
PPrisma
•Created by Anas Badran on 12/6/2024 in #help-and-questions
Enforce uniqueness on Json fields
How can I enforce uniqueness on the post model based on the values in the json fields.
here is the schema:
the
extraData
fields json will look like:
I don't want two records with same values to exist, like if there is record with these in the json field surah: "24", verse: 30
, I don't want another to be created with same values2 replies
PPrisma
•Created by Anas Badran on 11/23/2024 in #help-and-questions
Fix schema error
I have this schema:
7 replies
DTDrizzle Team
•Created by Anas Badran on 11/21/2024 in #help
Schema building
I want to archive the content for a scholar who writes a series of posts related to a single subject, this series will have different shape for it's posts than other serieses.
for example a series of posts have a
verseId, chapterId, point_1, point_2, point_3
.
another series posts may look like this: characterName, content
.
And there will be a serieses created in the future
I need some help and ideas on how to achieve that.2 replies
PPrisma
•Created by Anas Badran on 11/21/2024 in #help-and-questions
Building the schema
I want to archive the content for a scholar who writes a series of posts related to a single subject, this series will have different shape for it's posts than other serieses.
for example a series of posts have a
verseId, chapterId, point_1, point_2, point_3
.
another series posts may look like this: characterName, content
.
And there will be a serieses created in the future
I need some help and ideas on how to achieve that.8 replies
PPrisma
•Created by Anas Badran on 11/15/2024 in #help-and-questions
help with relations
I want the
Meal
model to kepp track of the absent familyMembers without having to store the data on the familyMember
model.3 replies
DTDrizzle Team
•Created by Anas Badran on 10/7/2024 in #help
I need some help for solving help post posted in another help post.
1 replies
DTDrizzle Team
•Created by Anas Badran on 10/6/2024 in #help
find chat based on users IDs
I want help writing the query to find the chat between two users knowing their IDs.
the schema:
2 replies
DTDrizzle Team
•Created by Anas Badran on 9/20/2024 in #help
query based on deep relations
I need help modifying the query code to properly query the chat where it has the the two members.
3 replies
DTDrizzle Team
•Created by Anas Badran on 9/19/2024 in #help
Need help building up a query based on nested fields.
I need some help to query the chat that has only the two members only
private chat
based on the schema below.8 replies
DTDrizzle Team
•Created by Anas Badran on 9/13/2024 in #help
Query based on nested relation
I need help modifying the query code to properly query the chat where it has the the two members.
4 replies
DTDrizzle Team
•Created by Anas Badran on 8/25/2024 in #help
Nested queries
Based on the provided schema, how to react the query to fetch first 25 posts a long with their comments and reactions, and each comment have it's own reaction, anyone have any ideas?
2 replies
DTDrizzle Team
•Created by Anas Badran on 8/24/2024 in #help
Inferring types for nested objects
I need help on how to setup the types for the data returned so I can get correct autocomplete:
4 replies
DTDrizzle Team
•Created by Anas Badran on 8/23/2024 in #help
Storing Images
Hi everyone, I just want to know what is the best way to store images according to these info about the system I'm building.
- a user needs to have a profile picture.
- I need to store a number of images for each user.
- a user can create a post, and the post may have an image.
- The hero section of the app may have a dynamic image that the admin can change.
- I need to store a number of images for each activity 'activity is a table to hold some info about an activity' created.
14 replies
PPrisma
•Created by Anas Badran on 8/23/2024 in #help-and-questions
Image storing
Hi everyone, I just want to know what is the best way to store images according to these info about the system I'm building.
- a user needs to have a profile picture.
- I need to store a number of images for each user.
- a user can create a post, and the post may have an image.
- The hero section of the app may have a dynamic image that the admin can change.
- I need to store a number of images for each activity 'activity is a table to hold some info about an activity' created.
2 replies
DTDrizzle Team
•Created by Anas Badran on 8/17/2024 in #help
conditional unique constraint
I want each person to have only one primary phone number, but also have as many as they want non-primary phone numbers
21 replies