Skip to content

Releases: dfinke/PSDuckDB

v0.1.5

10 Sep 00:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

12 Jul 20:57
Compare
Choose a tag to compare
  • Added Icon

Full Changelog: v0.1.3...v0.1.4

v0.1.3

10 Jul 11:09
59c18fc
Compare
Choose a tag to compare

What's Changed

  • Check for null in psduckdb after Read-Host.
  • Ensure output is written to the console in Invoke-PSDuckDb.ps1.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Jul 12:27
Compare
Choose a tag to compare

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, add sql and CloseDB 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

07 Jul 20:33
Compare
Choose a tag to compare
  • add ordered to hashtable to keep order of column names
  • dispose of reader and duckCommand

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Jul 20:30
Compare
Choose a tag to compare