SQLpage
SQLpage copied to clipboard
SQL-only webapp builder, empowering data analysts to build websites and applications quickly
Hey everyone. I recently found out about sqlpage, and it looks like very useful tool that I could use on a myriad of contexts. When I visit the site thought,...
### Introduction each_row helper can't be used in a {{else}}...{{/if}} block ### To Reproduce ``` {{#if menu}} A menu {{else}} {{#each_row}} {{title}} {{/each_row}} {{/if}} ``` ```sql select 'foo' as component;...
Today, the following is not supported: ```sql select sqlpage.some_function(my_column) from my_table ``` It fails with an error saying something like `some_function(my_column) is not a valid call. Expected a literal single...
https://github.com/lovasoa/SQLpage/discussions/235 reported that they wanted table links to open in a new window. More generally, it would be nice to have more control over what we render in tables.
The bars on the right most corner are cutoff (see next image for the correct number of bars) - Dec 23 data is cut off at the right side of...
With all the charts in sqlpage, the tooltips seem to be only auto-generated. It would be nice if the tooltips can be customized, allowing users to add extra data /...
It would be great to have a calendar heatmap chart as a component. Similar to the github commit activity charts. Any chance you might consider adding this chart as a...
Behavior of Stacked Bar chart changed in v0.18.2, when compared to all previous versions (v0.12 until v0.17.1). I think in all previous versions, the "stacked" was actually doing a "overlay"...
Hi, thanks for this project that I exploring for an SQLite quick frontend. So, is there a way to paginate large tables? As it's mentionned in the wishlist/roadmap (#69), I...
I have similar problems with long series. I want series as stacked values for each classes. It's ok for 1st et 2nd and after it's horrible. Some classes are a...