Releases: dfinke/PSDuckDB
Releases · dfinke/PSDuckDB
v0.1.5
v0.1.4
- Added Icon
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Check for null in
psduckdb
afterRead-Host
. - Ensure output is written to the console in
Invoke-PSDuckDb.ps1
.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
Additions:
- 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.
Updates:
- Refactor
New-DuckDBConnection.ps1
, addsql
andCloseDB
methods, and update module dependencies.
Removals:
- Remove unused code and fix formatting in
Invoke-PSDuckDb.ps1
.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- add
ordered
to hashtable to keep order of column names - dispose of
reader
andduckCommand
Full Changelog: v0.1.0...v0.1.1
v0.1.0
- Initial commit
Full Changelog: https://github.com/dfinke/PSDuckDB/commits/v0.1.0