Hello All!

The Elm example demonstrating the Todo MVC 
<https://github.com/evancz/elm-todomvc/blob/master/Todo.elm> highlights the 
use of the *Maybe Model*.

I'm assuming that the *Maybe Model *can be augmented further? So for 
example, I could add some expression to push model state updates to some 
sort of SQL database?

So for every task added or removed, the Maybe Model updates as well as a 
function to push all changes to a small SQL database or even a foreign 
library like CouchDB... 

Will something like this be possible to implement using Elm?

Many thanks,

Oliver

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to