Skip to content

App specific tables with django? #23

@d-s-e

Description

@d-s-e

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions