Skip to content

v0.38.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Oct 07:40
· 105 commits to main since this release

SQLPage v0.38.0 Beta Released

Note

SQLPage lets you build full web applications using only SQL queries.
Download beta for Windows, MacOS, or Linux, or try it online.

This is a beta release — please report bugs on GitHub if you encounter anything unexpected.

New Features

ODBC Support

SQLPage now supports the Open Database Connectivity (ODBC) standard. This feature makes SQLPage compatible with many enterprise and cloud data systems, dramatically expanding the range of possible integrations.

You can now use SQLPage with ClickHouse, MongoDB (via Atlas Data Federation), DuckDB (and its connected data sources), Oracle, Snowflake, BigQuery, IBM DB2, Trino (including its connectors) and many more.

sqlpage.hmac() Function

A new function, sqlpage.hmac(), provides cryptographic HMAC (Hash-based Message Authentication Code) operations for signing and verifying data. Useful for integrating with other systems such as Stripe and Shopify to process payments from your SQLPage website.

This is a beta version. If you experience any issues, please open a bug report