Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 15:14
· 52 commits to main since this release
8c98381

TidierDB v0.3.0

Diff since v0.2.4

  • Introduces package extensions for:
    • Postgres, ClickHouse, MySQL, MsSQL, SQLite, Oracle, Athena, and Google BigQuery
    • Documentation updated for using these backends.
  • Change set_sql_mode() to use types not symbols (ie set_sql_mode(snowflake()) not set_sql_mode(:snowflake))

Merged pull requests:

Closed issues:

  • Compilation troubles with libpq (#23)
  • Documenter is a useless dependency (#40)
  • Using package extensions instead of requiring all backends (#45)