Questions tagged [crud]
2 questions
0
votes
2 answers
postgresql grant user privilages to dynamically created tables
We have 2 postgresql users. One user (dbworkeruser) for creating tables dynamically (from C# worker) and other user (injestworkeruser) for inserting data into these tables (from another C# worker as well).
The main issue that we have is that, every…
alaa_sayegh
- 133
- 7
0
votes
1 answer
What's best practices for changing a user's email in an application?
I'm working on a crud for an email application, and I'd like the ability to change "everything". Right now, however, it matches the JSON string to the Database based on the email address.
Problem: Under this model, a user can never change their…
James
- 2,668
- 5
- 28
- 51