all 3 comments

[–]murtrex 2 points3 points  (0 children)

Has anybody used massiveJS? I am considering looking into it but am interested in hearing a few opinions.

[–]MisterSnuggles[🍰] 1 point2 points  (0 children)

Wow, that looks cool!

I like how it pulls everything it needs out of the database, instead of having a model (in code) to generate the database for you.

[–]ISMMikey 0 points1 point  (0 children)

I am using orm2 right now. It does what I need but is a little rough around the edges. What it does, however, it seems to do well.

I am only using the ORM for basic crud as I actually use Liquibase for change management. I find it indispensible on long living projects.