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

The Merge-Statmentent written in my .sql-file can not be executed due to a missing semicolon, even though the semicolon is specified just like the examples all over the internet require....

bug

I like to provide a PWA for mobile devices. Currently, no manifest.json is served at all (requires a meta link in HTML header as far as I know). Similarly, the...

enhancement

### Discussed in https://github.com/lovasoa/SQLpage/discussions/315 Originally posted by **stefanov-sm** May 13, 2024 ### Motivation Build REST services that support `GET, POST, PUT, DELETE, ...` request methods and arbitrary length raw JSON...

help wanted
good first issue
functions

Hi, I would like to build a page with a lot of text, and I was wondering how to implement a search engine. Is it possible? Thank you.

enhancement

**_What are you building with SQLPage ?_** I have a suite of apps I use to help me transfer data between devices. * It's not for sharing secrets, it's for...

enhancement

`sqlpage.run_sql` fetches a new database connection from the connection pool instead of reusing the connection over which the current request is being handled This has implications such as - temporary...

bug

Currently sqlpage functions are executed before the query is sent to the database, and their output is sent to the database. To use a value from the database as input...

enhancement

Hi, With "Ecole Inclusive" (SQLite database) running under SQLPage 0.21, I have a problem when I want to locate a school with the button "Ajouter depuis une carte" : ![Sélection_641](https://github.com/lovasoa/SQLpage/assets/1470067/a7f627b6-7b24-410f-8408-aa936c8c9bde)...

bug