lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.datapage.app
MIT License
1.29k stars 69 forks source link

SQLPage whishlist/roadmap #69

Closed f8dca closed 11 months ago

f8dca commented 1 year ago

Here is my list of possible enhancements and features that I would love to see in SQLPage

(in no particular order)

lovasoa commented 1 year ago

Wow, that's a great list ! Would you be interested in me guiding you to making your first contributions to sqlpage ?

f8dca commented 1 year ago

I'm setting up a cloned repo of SQLPage for myself very soon. Expect a few basic PR from me - mostly focusing on documentation first but maybe later a custom mermaid.js component or sample API calls. I consider myself more of a database guy with zero rust knowledge but I have a lot of system integration and architecture experience that might be helpful for your project.

Also my wishlist is just a subjective list of one person - with priorities based on my own use-case scenarios. I hope that more users will come forward with their own list. Once there is enough data a proper development roadmap can be built by combining the most requested features.

This also leads to another important point: Architecturally SQLPage is probably not in its final form. There are a few missing elements, such as include directives, that can be implemented many ways but needs to be decided to ensure consistency.

lovasoa commented 1 year ago

Several of these points have already come up in discussions with other users. The next big things on my list are OIDC authentication and multi database. For the latter, I'm still not sure how it should work...

f8dca commented 1 year ago

Multi database is purposely not on my list - I think this is a problem that can be solved leveraging the capabilities of the database server and no need to overcomplicate SQLPage with an inferior workaround.

I already have a working solution to pull PostgreSQL server data via my MSSQL. I'll try to remove the company specifics and turn it into a some sort of documentation for SQLPage.

lovasoa commented 1 year ago
  • Connect to a database based on user provided credentials

Ideally, I'd like to find a good design that would allow implementing multi-database and dynamic user selection as a part of the same feature.

lovasoa commented 1 year ago

I already have a working solution to pull PostgreSQL server data via my MSSQL. I'll try to remove the company specifics and turn it into a some sort of documentation for SQLPage.

That would be great ! Any contribution, even small, to https://github.com/lovasoa/SQLpage/tree/main/examples is very welcome.

powderdba commented 1 year ago

To tag on to this - is there a way for MSSQL to use windows authentication instead of passing a username/password? So any domain pre-authorized users can just open the pages and it works without using a specific username/password for the app

powderdba commented 1 year ago

It might already do that and I just haven't seen how to do it :) I've tried looking though I swear 😁 Also - love SQLPage! perfect for me 😄

jgranduel commented 11 months ago

Could the CLI be more classical with options, instead of defaulting to starting the HTTP server? sqlpage --help, --version So maybe sqlpage start | check | ...

Could you display the full urls like does miniserve (for instance) ? Useful for shell clickable URL ;-) !

> miniserve .
miniserve v0.22.0
Bound to [::]:8080, 0.0.0.0:8080
Serving path /path/to/sqlpage
Available at (non-exhaustive list):
    http://127.0.0.1:8080
    http://<IP>:8080
    http://[::1]:8080

Quit by pressing CTRL-C
lovasoa commented 11 months ago

About pagination, I answered here: https://github.com/lovasoa/SQLpage/issues/84

lovasoa commented 11 months ago

I'm moving this to a discussion, but keeping track of it !