Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterise database schema for PostgresStorageAdapter. #1

Open
johncowie opened this issue Dec 3, 2024 · 3 comments
Open

Parameterise database schema for PostgresStorageAdapter. #1

johncowie opened this issue Dec 3, 2024 · 3 comments

Comments

@johncowie
Copy link

It'd be nice to add the option for users of the postgres adapter to be able to specify the name of the table that they'd like the events to be stored in, for instance in case they already have an events table that they are using for something else.

@tobyclemson
Copy link
Member

tobyclemson commented Dec 3, 2024

Agree, it's on the "To Do" list in NOTES.md, maybe those should be turned into issues instead. It's actually my "next up" after some more documentation.

@tobyclemson
Copy link
Member

This is now supported. Still need to update documentation so will leave the issue open for now.

@tobyclemson tobyclemson changed the title Parameterise postgres events table name. Parameterise database schema for PostgresStorageAdapter. Dec 5, 2024
@tobyclemson
Copy link
Member

I'd like to parameterise more than just the table name and instead allow users to provide some kind of schema which the adapter uses to map event data into the database, so have renamed this issue to encompass that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants