jdhitsolutions / MySQLite

A small set of PowerShell commands for working with SQLite database files.
MIT License
41 stars 4 forks source link

Add PropertyMap parameter #6

Closed jdhitsolutions closed 5 years ago

jdhitsolutions commented 5 years ago

Add a PropertyMap parameter to ConvertFrom-MySqliteDB. The command should use the parameter first, then look for a table called propertymap_table, then a propertymap table, otherwise default to a custom object.

jdhitsolutions commented 5 years ago

added in v0.4.0