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

SQLite Adapter #7

Open
tidusjar opened this issue Nov 11, 2017 · 2 comments
Open

SQLite Adapter #7

tidusjar opened this issue Nov 11, 2017 · 2 comments

Comments

@tidusjar
Copy link

Hello,

I'm looking to move away from Hangfire, I'm currently using a SQLite hangfire extension and it's causing some headache with .net core 2.0.

I came across this so thought it would be useful to integrate with my project Ombi

Thanks,

@mrahhal
Copy link
Owner

mrahhal commented Nov 11, 2017

Hello,

Right now there's only a SqlServer adapter. However, I did develop it taking into account how other adapters would look like. The SqlServer adapter utilizes EFCore but does not depend fully on it (some specific sql server queries were needed). So I couldn't support other adapters in one go even though EFCore allows that.

In any case, developing other adapters shouldn't be too hard if the SqlServer one is to be taken as a reference. Unfortunately I don't have enough experience/time to port some of the critical queries to other db providers right now. I might be able to tweak some queries to make them provider agnostic as a start. In that case, I might be able to support all providers that EFCore itself supports.

Another thing is that even though the api right now is considered mature, I'd really like to make one final big review (that's why it's still "0.*").

I do plan to tackle both points at some point in the future. Thank you for your interest.

@tidusjar
Copy link
Author

No problem, thanks for the information.

If I can be of any help please let me know.

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