badarshahzad / JFX-Browser

JFx Browser is a multi tab browser. In its first version HTML to PDF, Downloading , History, Bookmarks and Account creation facility available. We are not still working on this project.
MIT License
201 stars 48 forks source link

Saving observablelist object into database. #36

Closed naeemrashid closed 7 years ago

naeemrashid commented 7 years ago

Suggestion needed. I need to save observable list object into disk after program terminates , whether i should use filing or i should use db for it ....help appreciated @badarshahzad @Shoaibkhan786 .

badarshahzad commented 7 years ago

I think it will be convenient and faster way to use serialization with filing . Well, these are purely my thoughts may be I wrong but I think as compare to db. It will be not too teaser and complex while putting data in files. On the other hand if you will store in db then you have to do bunch of work to pass objects to db objects and then retrieve as it is while with filing I think it will be easy. :+1: What do you think @Shoaibkhan786 ?