Folder WINDOWS contain the files needed to run LuaSQL under Windows.

Copy the files in this folder inside the "nq" (< 1.2.7 "noquarter") folder of your server installation.

It is impostant to mantain the same file structure :

libmysql.dll
luasql
  mysql.dll
  odbc.dll
  sqlite3.dll

For now only 3 drivers are supported :

	sqlite3
	mysql
	odbc

Folder LINUX contain the files needed to run LuaSQL under Linux.

Copy the files in this folder inside the "noquarter" folder of your server installation.

It is impostant to mantain the same file structure :

luasql
  mysql.so
  sqlite3.so

For now only 2 drivers are supported :

	sqlite3
	mysql