Skip to content

Commit

Permalink
node-db-mysql removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Dec 20, 2014
1 parent 0a03445 commit d372f4f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 143 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
, "mysql" : "2.0.0-alpha3"
, "mysql-libmysqlclient" : "1.5.1"
, "mysql-native" : "0.4.7"
, "db-mysql" : "0.7.6"
, "odbc" : "0.3.1"
, "mariasql" : "0.1.9"
}
Expand Down
2 changes: 0 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ exports.getConfig = function (factor) {
addBenchmark(cfg, "mysql-libmysqlclient", true, true, "mysql-libmysqlclient");
addBenchmark(cfg, "mysql-libmysqlclient", false, true, "mysql-libmysqlclient *");
addBenchmark(cfg, "odbc", true, true);
addBenchmark(cfg, "db-mysql", true, true, "db-mysql");
addBenchmark(cfg, "db-mysql", true, false, "db-mysql *");
addBenchmark(cfg, "mysql", true, true, "mysql");
addBenchmark(cfg, "mysql", true, false, "mysql *");
addBenchmark(cfg, "mysql-native", true, true);
Expand Down
140 changes: 0 additions & 140 deletions src/db-mysql.js

This file was deleted.

0 comments on commit d372f4f

Please sign in to comment.