Last Updated: February 25, 2016
·
417
· txshon

[Stuck]#NodeJS - Problems with db

The Node Beginner Book » A comprehensive Node.js tutorial

tags: #nodejs

Let's take a very simple piece of code like this:

var result = database.query("SELECT * FROM hugetable"); console.log("Hello World");
I have something wrong with the database... don't know how to solve it!
Posted from Diigo. The rest of my favorite links are here.