On Friday, March 22, 2019 at 4:16:52 PM UTC+1, Luc Larochelle wrote: > > I haven't been orienting my work on XML, but I was wondering if it would > be easier to CRUD on the XML directly instead of creating a web app + > migrate the data to a db, etc ... > > I wouldn't know where to start though, any hints ? > > I've used XML::Twig to process XML data. [1]
This module can read, update parts of the XML data and write back to a file. Creating a CRUD system on top of that should not be a big problem HTH Dod [1] https://xmltwig.org/ -- 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 https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
