LuaSQLite3 Reference Manual

<< Click to Display Table of Contents >>

Navigation:  Multi-Protocol MasterOPC Server > Lua 5.1 Reference Manual > LuaSQLite3 Reference Manual >

LuaSQLite3 Reference Manual

Scripts in MasterOPC provide operations with SQLite databases. SQLite is open DBCS, and can be built in. The SQLite library is delivered together with the server, and is installed while installing the server (that is, there is no need to install that library separately). To learn more about SQLite, visit its official site

http://www.sqlite.org

SQLite allows you to solve such tasks as data storage, data import/export to other systems or applications, etc.

Modbus Universal MasterOPC Server is supplied with an example of operations with SQLite database (the SQLite.mbp configuration).