Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #30169

Re: Is it possible to use MySQL with node.js?

From Ben Bacarisse <ben.usenet@bsb.me.uk>
Newsgroups comp.lang.javascript
Subject Re: Is it possible to use MySQL with node.js?
Date 2016-04-01 19:19 +0100
Organization A noiseless patient Spider
Message-ID <87io01qjio.fsf@bsb.me.uk> (permalink)
References <edcefb91-596f-4683-8574-e65042909fce@googlegroups.com>

Show all headers | View raw


bit-naughty@hotmail.com writes:

> Is it possible to do this? Do I need some special version of node.js?

I suspect (not yet tried) that you just need to install the right
package.  On my system (Ubuntu) there is a node-mysql package.  The same
will be available via npm too.

> And, does it need a specific version of MySQL/MariaDB? How do I get
> info on how to do the programming?

https://www.npmjs.com/package/node-mysql

I think you could have found this out for yourself!

<snip>
-- 
Ben.

Back to comp.lang.javascript | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Is it possible to use MySQL with node.js? bit-naughty@hotmail.com - 2016-04-01 11:00 -0700
  Re: Is it possible to use MySQL with node.js? Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-04-01 19:19 +0100

csiph-web