jdhitsolutions / MySQLite

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

Add Query to ConvertFrom-MySQLiteDB #11

Closed jdhitsolutions closed 2 years ago

jdhitsolutions commented 2 years ago

Add a parameter to support filtering with a query in ConvertFrom-MySQLiteDB.

jdhitsolutions commented 2 years ago

After reviewing the code and possible use cases, I am not going to add this feature. It would unnecessarily complicate the code. It is easy enough to pipe the output from ConvertFrom-MySQLiteDB to Where-Object. Technically, early filtering would be better, but I expect that most data sets will be small enough that the difference between early and late filtering will be insignificant.