Open hmol opened 8 years ago
I have not used Dapper before, but to me it sounds very useful. So I really think you should use it :thumbsup: Contents of IResponseModel in each row is good yes
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 :+1:
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 (https://github.com/hmol/LinkCrawler/pull/34), should it just be merged and this issue closed?
Is this issue yet not resolved? Can I contribute to this project?
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?