Karl-L. Rumpf
klru...@gmail.com
Málaga, Spain
Thanks, I got a conclusive answer from the author Brian White
On 05/02/13 14:28, Kristian Nielsen wrote:
klrumpf writes:
I now want to switch to the mariasql client...
Cool, that is an interesting project ...
res.on("row", (row) ->
klrumpf writes:
> I now want to switch to the mariasql client...
Cool, that is an interesting project ...
> res.on("row", (row) ->
> console.log "Result row: " + inspect(row)
> @get '/': (req,res) -> # LANDING PAGE)
>result = doSql("select pakz from pkt where pktnr=10001")
>
Hi,
I have switched from mysql to mariadb using it with the node-mysql
client and this has been runing in prod. for some time.
I now want to switch to the mariasql client...
inspect = require('util').inspect
mdbClient = require('mariasql')
...
To do the many queries and simplify the source I
3 matches
Mail list logo