https://github.com/mgutz/mapper
# Mapper Fast MySQL ORM on top of the awesome `mysql-libmysqlclient` driver. The goal is to have a blazing fast ORM like [dapper-dot-net](http://code.google.com/p/dapper-dot-net/) for node. Mapper is faster than JAVA ORMs like JDBI (dropwizard). Much faster than any SQL-based ORM for node. Based off original code by [didit-tech](https://github.com/didit-tech/FastLegS). ## Benchmarks Time for 100,000 iterations alternating between insert and select. See `test/bench` or run `make bench`. mapper real 0m24.197s user 0m11.146s sys 0m3.630s node-mysqllibclient real 0m18.165s user 0m6.613s sys 0m3.396s node-mysql real 0m34.283s user 0m19.964s sys 0m2.541s -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
