SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

SQL-only webapp builder, empowering data analysts to build websites and applications quickly

Results 149 SQLpage issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
help wanted
Winter Of Code 4.0

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...

enhancement

# 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...

enhancement
Winter Of Code 4.0

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...

enhancement

### 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...

enhancement

### 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...

enhancement

**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...

enhancement

### 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...

bug