You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
I want to use h2 database in node.js
but I can't find any drivers on the internete. I think it is already implemented. but I can't find.
please let me know where I can get that.
thanks in advance.
Daniel Tabuenca
unread,
Dec 30, 2013, 5:33:38 AM12/30/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
H2 has beta support for postgresql network protocol, so if you can't find an h2 driver you might see if you can get it to work with a postgres driver. Also, there are some examples floating around about how to use JDBC with node, so that might be another alternative.
Uk Jo
unread,
Jan 1, 2014, 11:56:25 PM1/1/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
thx. i will find the sample about the jdbc driver with node.