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

AgendaTS with other DB #28

Open
gerwinbrunner opened this issue Aug 15, 2022 · 1 comment
Open

AgendaTS with other DB #28

gerwinbrunner opened this issue Aug 15, 2022 · 1 comment

Comments

@gerwinbrunner
Copy link

Hey,

we are currently looking to adapt Agenda (TS) or Bree for us to use.
The bad news is that we have to use Oracle as a backend :(

I looked at your approach to to abstract the DB into JobDbRepository.ts
We now have two options: A) Roll our own db for Bree or use B) AgendaTS and open up JobDbRepository.ts and extend it with TypeORM for example.

Would you be interested in a pull request for this?
Do you have any guidelines or recommendations for doing so?

Cheers,
Gerwin

@simllll
Copy link
Contributor

simllll commented Aug 23, 2022

Hi @gerwinbrunner,
the db layer is fully abstracted here, so I guess it should be possible to just change the DbRepository to whatever drivre you want to use.

As there is no other driver yet, I'm open for all ideas how we can handle this. But would be great if we find a way to "open" this layer for other backends then too.

Simon

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

No branches or pull requests

2 participants