Hi, On 30/11/15 12:42, Dimitris Chloupis wrote:
ah this is very good news for me thanks. I really like Fuel, well done guys, looks very well designed.
Yeah feature wise I dont care about something advanced, If I need something much more advanced I will use a proper database.
I am slightly surprised that none or at least AFAIK has not create a lightweight database API based on Fuel . Something similar to SQLite.
If you like sqlite, you should take a look to: [1] and [2] [1] http://fossil-scm.org/ [2] http://fossil-scm.org/index.html/doc/trunk/www/quotes.wiki
About scale, I guess I can brake things to multiple files. On other thread someone mention that STON is a good choice for version control but that is not a problem for me either since Git can handle binary files like fuel files too.
I made it. But I was not referring to the fact of store binaries in a DVCS (most of them can do it) but about diff-ing the STON file in a human and DVCS friendly way. Cheers, Offray