Project Description

mydp is a program for processing mysqldump files
in the manner of ‘awk’. It reads mysqldump SQL
statements from standard input and executes Lua
callback functions as table definitions and insert
statements are encountered. The Lua callback
functions are specified in a file passed to mydp
via the command line. The callbacks are typically
used to filter and process only a small subset of
the MySQL dump data and/or save it for further
processing. mydp is written in Lex and Lua.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Review
Your rating
Review this project