mithrandyr / SimplySql

PowerShell module for querying various SQL databases
MIT License
197 stars 31 forks source link

Created a wrapper for SimplySql to allow pipeline input #121

Closed gitfvb closed 10 months ago

gitfvb commented 10 months ago

Hi @mithrandyr and @JediNite,

during the last few weeks I learned to work with SimplySql and it works well for me. To allow easier pipeline input with automatic parameter hashtable creation I have created another module which I am happy to share the code. This is just a side note and you can find it here: https://github.com/Apteco/AptecoPSModules/tree/main/SqlPipeline or just install it via PSGallery.

Keep up the good work on v2!

Thanks Florian

mithrandyr commented 10 months ago

@gitfvb -- Thanks, that is really cool! In version 2 of the module (in progress, delayed b/c of work + school) I added support for pipelining the parameters.. but nothing like this -- so this is really cool and a nice enhancement, even for version 2 when it gets released!

gitfvb commented 10 months ago

Sounds good, I wish you all the best for work and school and let me know if I can help you with something. Maybe testing would be a good idea. I am closing this issue now as you are aware :-)