You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relational entities that I have so far - Users, PlayerCharacters, and Campaigns - really should be stored in an SQL or otherwise relational database instead of mongodb. The issue is that cascade deletes, ACID transactions, etc. are troublesome with a nosql database like mongodb.
The text was updated successfully, but these errors were encountered:
The relational entities that I have so far - Users, PlayerCharacters, and Campaigns - really should be stored in an SQL or otherwise relational database instead of mongodb. The issue is that cascade deletes, ACID transactions, etc. are troublesome with a nosql database like mongodb.
The text was updated successfully, but these errors were encountered: