| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| sqlpage-aws-lambda.zip | 2025-11-08 | 15.8 MB | |
| sqlpage-linux.tgz | 2025-11-08 | 12.1 MB | |
| sqlpage-macos.tgz | 2025-11-08 | 11.7 MB | |
| sqlpage-windows.zip | 2025-11-08 | 10.3 MB | |
| README.md | 2025-11-07 | 1.8 kB | |
| v0.39.1 source code.tar.gz | 2025-11-07 | 34.3 MB | |
| v0.39.1 source code.zip | 2025-11-07 | 34.5 MB | |
| Totals: 7 Items | 118.6 MB | 0 | |
SQLPage v0.39.1 released !
[!NOTE] SQLPage transforms your SQL queries into web user interfaces. It lets you create web applications quickly, entirely in SQL. Download for Windows, MacOS, or Linux, or try online!
- More precise server timing tracking to debug performance issues
- Fix missing server timing header in some cases
- Implement nice error messages for some header-related errors such as invalid header values.
compress_responsesis now set tofalseby default in the configuration.- When response compression is enabled, additional buffering is needed. Users reported a better experience with pages that load more progressively, reducing the time before the pages' shell is rendered.
- When SQLPage is deployed behind a reverse proxy, compressing responses between sqlpage and the proxy is wasteful.
- In the table component, allow simple objects in custom_actions instead of requiring arrays of objects.
- Fatser icon loading. Previously, even a page containing a single icon required downloading and parsing a ~2MB file. This resulted in a delay where pages initially appeared with a blank space before icons appeared. Icons are now inlined inside pages and appear instantaneously.
- Updated tabler icons to 3.35
- Fix inaccurate ODBC warnings
- Added support for Microsoft SQL Server named instances:
mssql://user:pass@localhost/db?instance_name=xxx - Added a detailed performance guide to the docs.