不要怂,就是干,撸起袖子干!

Commit 4956080f by Daniel Schwartz

adding sql console

1 parent eb108452
Showing with 3 additions and 1 deletions
......@@ -17,7 +17,9 @@ module.exports = (function() {
Query.prototype.run = function(sql) {
var self = this
this.sql = sql
this.sql = sql;
console.log(sql);
var results = [];
var receivedError = false;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!