-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I have a large Django project, with several apps that have a lot of tables in the database, and I'm on the way of migrating two of those apps to event sourcing. As far as I understand, the database tables created for event sourcing like stored_events are shared by all apps.
It would be nice, to have some namespacing for that to keep the data separated.
For example, if I have the apps abc and xyz, the corresponding tables would be something like abc__stored_events and xyz__stored_events.
Is this possible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels