Skip to content

v0.10.0

Compare
Choose a tag to compare
@zJeremiah zJeremiah released this 15 Jul 17:40
11b59d0
  • 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