- Update DuckDB.NET to 1.1.0.1
- DuckDB - https://duckdb.org/2024/09/09/announcing-duckdb-110
- Update PSDuckDB README.md with badges and image
- Check for null in
psduckdb
afterRead-Host
. - Ensure output is written to the console in
Invoke-PSDuckDb.ps1
.
- Add options to output data as JSON or CSV in
Invoke-PSDuckDb.ps1
. - Add PowerShell script to retrieve GitHub licenses for a user's repositories.
- Add script to join CSV files for customers and orders.
- Add customers and orders CSV files.
- Add SQL method examples for reading CSV and JSON files.
- Add
Out-DuckData
function to export data from reader.
- Refactor
New-DuckDBConnection.ps1
, addsql
andCloseDB
methods, and update module dependencies.
- Remove unused code and fix formatting in
Invoke-PSDuckDb.ps1
.
- add ordered to hashtable to keep order of column names
- dispose of reader and duckCommand
- Initial release