Legacy: dbc.lua
Contents
The legacy dbc.lua module provides a wrapper around the database apis to give a connection object with methods. This method has been superseded by the new database connection methods that were introduced in Iguana 5.5.1.
Note: This module is included for backwards compatibility and support purposes only. You can use this module to create connection objects with methods for versions of Iguana prior to 5.5.1.
The code for this module can be downloaded from our code repository.
No API documentation has been written for the dbc.lua module yet. See the links to wiki articles below for more information and example usage.
For More Information
Here are some useful wiki pages:
- The dbc database module
- Inserting using db.tables{} and db conn merge{} check out the standard DB functions first
- Mapping To/From Databases, this section describes how to work with databases
Continue: Legacy: sqlescape.lua