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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: