Hi,

I've just started the other day a new project, which is kind of an ORM, but 
where instead of having the database in center, you simply use it as a 
place to store your object. So.. How is that different? From what I'm used 
to, you usually make "export" your database schema into Perl space, and 
work with the tables and columns, using classes and accessors. What I'm 
proposing instead is that you simply add some extra methods to your 
existing objects to enable them to be persistent in some backend storage.

For now, I'm mostly focusing on using Mojo::Pg and Mojo::mysql as backends, 
but I don't see any harm in using any (async) backend.

The project is on github, and it's working except of the "has_many" in the 
SYNOPSIS.

https://github.com/jhthorsen/mad-mapper

I'm not sure where to continue on from here or if I even should. Any 
feedback is more than welcome.

-- 
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 http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to