custom_merge.lua
Contents
The custom_merge.lua module contains a customizable database merge method, that you can use if the built-in conn:merge() does not match your exact requirements.
The code for this module can be downloaded from our code repository.
No API documentation has been written for the custom_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
- db conn – new database methods, check out the standard DB functions first, before using custom_merge
- Inserting using db.tables{} and db conn merge{}
- Mapping To/From Databases, this section describes how to work with databases
Continue: dateparse.lua