Re: [Maria-discuss] mariasql client question (zappajs, coffeescript, nodejs)

2013-02-05 Thread klrumpf
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) ->

Re: [Maria-discuss] mariasql client question (zappajs, coffeescript, nodejs)

2013-02-05 Thread Kristian Nielsen
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") >

[Maria-discuss] mariasql client question (zappajs, coffeescript, nodejs)

2013-02-04 Thread klrumpf
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