v0.10.0
- added a new app sql_load
- app will load a json newline delimited file into a mysql or postgresql table
- missing fields in json string will be ignored
- converts strings to into int or float based on the database type
- delete map for building a delete query to run before data is inserted
- field map for mapping json key names to database column names