Skip to content

Releases: newapplesho/duckdb-smalltalk

Release list

v0.2.0

Choose a tag to compare

@newapplesho newapplesho released this 05 Jul 08:48
v0.2.0
004e6ac

What's Changed

  • build(deps): bump hpi-swa/setup-smalltalkCI from 1.5.0 to 1.6.0 by @dependabot[bot] in #3
  • feat: add generic bind API with automatic type detection by @newapplesho in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@newapplesho newapplesho released this 30 Jun 23:06
febaeb4

Initial release of a DuckDB client library for Pharo Smalltalk 12/13, wrapping the DuckDB C API via UFFI.

Highlights

  • Database creation, connection, and query execution (in-memory and file-based)
  • Prepared statements with parameter binding
  • Block-based resource management via withConnection:
  • Rich type mapping (INTEGER, VARCHAR, BOOLEAN, DATE, TIME, TIMESTAMP, INTERVAL, BLOB, and more)
  • Error handling (DuckDBQueryError, DuckDBConnectionError, DuckDBBindError)
  • macOS and Linux support (Pharo 12 & 13)

What's Changed

  • build(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #1
  • feat: add make setup target for one-command Pharo bootstrap by @newapplesho in #2

New Contributors

Full Changelog: https://github.com/newapplesho/duckdb-smalltalk/commits/v0.1.0