HorkerDataQuery

1.0.4

Horker DataQuery is a database query utility based on ADO.NET.

The main features are:
- Written in C#, so that it works fast for large data
- Supports every database product that provides the ADO.NET driver, including SQL Server, Oracle, MySQL, PostgreSQL, SQLite, Access, OLEDB, and ODBC
- Returns query results as PowerShell objects, and exports PowerShell objec
Horker DataQuery is a database query utility based on ADO.NET.

The main features are:
- Written in C#, so that it works fast for large data
- Supports every database product that provides the ADO.NET driver, including SQL Server, Oracle, MySQL, PostgreSQL, SQLite, Access, OLEDB, and ODBC
- Returns query results as PowerShell objects, and exports PowerShell objects into database tables
- Reads app.config or web.config to define database providers and connection strings
- Gets information from the database schema
- Provides the built-in SQLite driver

This module would be helpful for software development, data analysis, and various data manipulation tasks.

For more details, see the project site: https://github.com/horker/dataquery
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name HorkerDataQuery -RequiredVersion 1.0.4

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name HorkerDataQuery -Version 1.0.4

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018 horker. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
1.0.5 732 9/25/2018
1.0.4 (current version) 72 3/31/2018
1.0.3 23 3/31/2018
1.0.2 25 3/30/2018
1.0.1 27 3/19/2018
1.0.0 25 3/18/2018
Show more