Browse Source

Removing reference to sequelize as it's been replaced with Mapper.

Daniel Stocks 12 years ago
parent
commit
8ff486d417
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nodejs/README.md

+ 2 - 2
nodejs/README.md

@@ -14,7 +14,7 @@ This is the NodeJS portion of a [benchmarking test suite](../) comparing a varie
 The tests were run with:
 The tests were run with:
 * [Node.js v0.10.0](http://nodejs.org/)
 * [Node.js v0.10.0](http://nodejs.org/)
 * [Mongoose 3.5.5](http://mongoosejs.com/)
 * [Mongoose 3.5.5](http://mongoosejs.com/)
-* [Sequelize 1.6.0-beta4](http://www.sequelizejs.com/)
+* [Mapper 0.2.4-pre](https://github.com/mgutz/mapper)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 
 ## Test URLs
 ## Test URLs
@@ -39,7 +39,7 @@ MongoDB:
 http://localhost:8080/mongoose?queries=2
 http://localhost:8080/mongoose?queries=2
 
 
 MySQL:
 MySQL:
-http://localhost:8080/sequelize?queries=2
+http://localhost:8080/mysql-orm?queries=2
 
 
 MySQL Raw:
 MySQL Raw:
 http://localhost:8080/mysql?queries=2
 http://localhost:8080/mysql?queries=2