SQLpage
SQLpage copied to clipboard
SQL-only webapp builder, empowering data analysts to build websites and applications quickly
when the lambda receives a query to a file with a special character, it tries to access the urlencoded file name on disk. For instance when querying `https://example.com/hello world.sql`, the...
**What are you building with SQLPage ?** Built a temperature monitoring application designed for drivers of refrigerated trucks. The app interfaces with temperature probes to continuously monitor and display temperatures...
### Oracle Database Support **What are you building with SQLPage ?** A: A small vulnerabilitie dashboard. **What is your problem?** A: Oracle Database Support. [Oracle Database XE (21c, 18c, 11g)](https://hub.docker.com/r/gvenzl/oracle-xe)...
Closes #877 I'm quite happy with this addition! I hope it'll save some time to newcomers. However, I'm not convinced that the page belongs in 'Your first SQL website' directory....
WIP. Add support for single signon through oidc
Hello, just some typical and simple questions 1. If i want to render datetime value coming from SQL query in table component, do i need to write handlebars? 2. If...
The latest `main` version of sqlpage, installed using docker, seems to breaking a few (but not all) colors. For example, colors referenced using names like `'pinterest' as color` doesn't work...
**We needed link functionality for the Big Number component** This PR introduces support for adding links to both the title and the value fields in the Big Number component. It...
Hi. I need to use the XML functions of PostgreSQL for parsing XML data. My problem is when I want use the XMLTABLE() function (https://www.postgresql.org/docs/15/functions-xml.html). The parsing of the SQL...
### Introduction ### To Reproduce When showing the following chart: ```sql select 'chart' as component, 'Revenue' as title, 0 as ymin, TRUE as toolbar; select 'Chicago Store' as series, 2021...