-
Notifications
You must be signed in to change notification settings - Fork 59
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
Output to SqlLite db file #6
Comments
This seems straightforward enough. I would likely try to use Dapper to do this if that's okay with you? That could also mean that you could hypothetically add other other relational databases easily: SQL Server, MySQL, and so on. I would assume it would just be one simple table with the contents of IResponseModel inserted into each row? |
I have not used Dapper before, but to me it sounds very useful. So I really think you should use it 👍 |
Here's the gist of it: https://gist.github.com/mgroves/f48d3add58527e5324be525c56e5b2fd |
I should note that that sqlite file gets large pretty quickly. Perhaps only WriteError should write to the db? |
Yeah, that sounds very reasonable 👍 |
and other type of DB? like file nosql db? like https://github.com/mbdavid/LiteDB |
wow , no commit since then ha |
There is a PR (#34), should it just be merged and this issue closed? |
Is this issue yet not resolved? Can I contribute to this project? |
No description provided.
The text was updated successfully, but these errors were encountered: