On Friday, 22 March 2019 16:16:52 CET Luc Larochelle wrote:
> I've been thinking a lot about this lately. In a very simple and light
> application, the database is an XML file , around 1000 entries and very low
> IO.
> 
> 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. 

This module can read, update parts of the XML data and write back to a file.

HTH




-- 
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 mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to