On Oct 13, 2014 1:11 PM, "Roland Lammel" <[email protected]> wrote: > > By the way you always have files as basic storage available, with utility methods from Mojo::Util (slurp and spurt) and Mojo::Json (j) you have the toolbox at your hand.
Yes, but then for each project you have to roll your own. This is really what I had in mind but for Mojo to package up a standard way of using those utility methods to offer them out of the box as a standard interface would be ideal. Again, not intended to be a full blown database, but just storing some bits here and there. Where the developer weeks need to be fully aware of the consequences of trying to use this as a database method, where there is no transactions or concurrency handling... > Btw, im running a production fax service based on that, using files as the queue. > > So I guess we have our integrated server side storage already, multiplattform and verify easy to use. > > +rl > > > On Mon, Oct 13, 2014 at 6:44 PM, sri <[email protected]> wrote: >>> >>> And something could be built that doesn't require something so big as BerkeleyDB or even anything external at all? >> >> >> You just have to look at my recent database poll thread to see that any attempt at establishing a default database for Mojolicious would be futile. Just 6 months ago my personal preference was MongoDB, now it's PostgreSQL and DBM::Deep. Not to mention that any sensible option would require CPAN dependencies, in which case you might as well install a plugin from CPAN. >> >> -- >> sebastian >> -- >> You received this message because you are subscribed to the Google Groups "Mojolicious" group. >> To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/mojolicious. >> For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups "Mojolicious" group. > To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mojolicious. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
