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

Output to SqlLite db file #6

Open
hmol opened this issue Apr 21, 2016 · 9 comments
Open

Output to SqlLite db file #6

hmol opened this issue Apr 21, 2016 · 9 comments

Comments

@hmol
Copy link
Owner

hmol commented Apr 21, 2016

No description provided.

@mgroves
Copy link
Contributor

mgroves commented Apr 26, 2016

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?

@hmol
Copy link
Owner Author

hmol commented Apr 26, 2016

I have not used Dapper before, but to me it sounds very useful. So I really think you should use it 👍
Contents of IResponseModel in each row is good yes

@mgroves
Copy link
Contributor

mgroves commented Apr 30, 2016

Here's the gist of it: https://gist.github.com/mgroves/f48d3add58527e5324be525c56e5b2fd

@mgroves
Copy link
Contributor

mgroves commented Apr 30, 2016

I should note that that sqlite file gets large pretty quickly. Perhaps only WriteError should write to the db?

@hmol
Copy link
Owner Author

hmol commented May 2, 2016

Yeah, that sounds very reasonable 👍

@dokkillo
Copy link

dokkillo commented Feb 8, 2017

and other type of DB? like file nosql db? like https://github.com/mbdavid/LiteDB

@d80ep08th
Copy link

wow , no commit since then ha

@bphermansson
Copy link

There is a PR (#34), should it just be merged and this issue closed?

@hiteshbhavsar
Copy link

Is this issue yet not resolved? Can I contribute to this project?

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

No branches or pull requests

6 participants