Legacy: db_merge.lua
Contents
The legacy db_merge.lua module contains a Lua implementation of the db.merge()
function.
Note: This module is included for backwards compatibility and support purposes only. If you need to customize the merge method you should use the custom_merge module.
The code for this module can be downloaded from our code server.
No API documentation has been written for the db_merge.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:
- A customizable Lua database merge method, this is the preferred
customMerge()
- db conn – new database methods, check out the standard DB functions first, before using custom_merge or db_merge
- Inserting using db.tables{} and db conn merge{}
- Mapping To/From Databases, this section describes how to work with databases
Continue: Legacy: dbc.lua