SQLpage
SQLpage copied to clipboard
SQL-only webapp builder, empowering data analysts to build websites and applications quickly
What are you building with SQLPage ? Dashboards and tools for Point of Sales systems What is your problem ? A description of the problem, not the solution you are...
SQLPage can currently connect to Postgres, MySQL, SQL Server, and SQLite databases. These *OLTP* databases are focused on managing real-time transactional data. This allows using SQLPage to build applications like...
Requesting a feature for Foldable component to be able to embed other sql files. I can think of many useful scenarios, where a "break-down" of data could be presented upon...
# SQLPage Calendar Component - Technical Design Document ## Overview The Calendar component will allow users to visualize and interact with time-based data in a familiar calendar interface. This document...
What are you building with SQLPage ? A project wiki. ### What is your problem ? A description of the problem, not the solution you are proposing. I am using...
### What are you building with SQLPage ? All sorts of little tools ;) The latest is a simple system for storing and sharing diagrams using mermaid. ### What is...
### Discussed in https://github.com/sqlpage/SQLPage/discussions/729 Originally posted by **beingalink** December 9, 2024 Hi all, I'm just trying to use markdown columns for being able to display superscript (i.e. 1.345p,q). Unfortunately, I...
**What are you building with SQLPage ?** Large system **What is your problem ? A description of the problem, not the solution you are proposing.** **What are you currently doing...
### Discussed in https://github.com/sqlpage/SQLPage/discussions/710 Originally posted by **bever1337** November 25, 2024 Following example 11: https://sql.datapage.app/component.sql?component=form I've created a sql script that creates a temporary table, copies to it, and then...
Hello, I used the `table` component, and the SQL is as follows: ```sql select 'table' as component; select 1 as a, 2 as b; select 3 as a, 4 as...