1.0.11 • Published 3 years ago

irobo-odbc v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Requirements

  • unixODBC binaries and development libraries for module compilation
    • on Ubuntu/Debian sudo apt-get install unixodbc unixodbc-dev
    • on OSX using macports.org sudo port unixODBC
  • odbc drivers for target database
  • properly configured odbc.ini and odbcinst.ini.

Example of odbcinst.ini

	[PostgreSQL]
	Description=ODBC for PostgreSQL
	Driver=/usr/lib/psqlodbc.so
	Setup=/usr/lib/libodbcpsqlS.so
	FileUsage=1

	[MySQL]
	Description=ODBC for MySQL
	Driver=/usr/lib/libmyodbc5.so
	Setup=/usr/lib/libodbcmyS.so
	FileUsage=1

	[FreeTDS]
	Description=ODBC for MS SQL
	Driver=/usr/lib64/libtdsodbc.so.0

	[MSSQL]
	Description=Microsoft ODBC Driver 11 for SQL Server
	Driver=/opt/microsoft/msodbcsql/lib64/libmsodbcsql-11.0.so.2270.0
	Threading=1
	UsageCount=1

Install

After insuring that all requirements are installed run the following command in the root directory of your Node-RED install

	npm install irobo-odbc
1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago