Skip to content

Commit 2472d82

Browse files
committed
ODBC
1 parent 2c7cb90 commit 2472d82

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG.md
22

33
## v0.38.0
4+
- Added support for the Open Database Connectivity (ODBC) standard.
5+
- This makes SQLPage compatible with many new databases, including:
6+
- [*ClickHouse*](https://github.com/ClickHouse/clickhouse-odbc),
7+
- [*MongoDB*](https://www.mongodb.com/docs/atlas/data-federation/query/sql/drivers/odbc/connect),
8+
- [*DuckDB*](https://duckdb.org/docs/stable/clients/odbc/overview.html), and through it [many other data sources](https://duckdb.org/docs/stable/data/data_sources),
9+
- [*Oracle*](https://www.oracle.com/database/technologies/releasenote-odbc-ic.html),
10+
- [*Snowflake*](https://docs.snowflake.com/en/developer-guide/odbc/odbc),
11+
- [*BigQuery*](https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers),
12+
- [*IBM DB2*](https://www.ibm.com/support/pages/db2-odbc-cli-driver-download-and-installation-information),
13+
- [*Trino*](https://docs.starburst.io/clients/odbc/odbc-v2.html), and through it [many other data sources](https://trino.io/docs/current/connector.html)
414
- Added a new `sqlpage.hmac()` function for cryptographic HMAC (Hash-based Message Authentication Code) operations.
515
- Create and verify secure signatures for webhooks (Shopify, Stripe, GitHub, etc.)
616
- Generate tamper-proof tokens for API authentication

0 commit comments

Comments
 (0)