Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeodbctest

Use Node.js with ODBC driver

Install the usual way

  1. clone repository locally

  2. install it

npm install
  1. configure it. Create a .env file in root folder with the following
DRIVER="<an ODBC driver name>"
SERVER="localhost"
DATABASE="<a database name>"
USERNAME="<a username>"
PASSWORD="<a password>"
SQLQUERY="select * from foo.bar"
  1. run it
node ./appjs

or

nodemon ./app.js

About

Use Node.js with ODBC driver

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages