| ▲ | euroderf 2 days ago | ||||||||||||||||||||||||||||||||||||||||
I never understood why someone hasn't made a framework that makes it stupidly easy to fill an HTML page with SQLite database tables, with all the usual display controls, and with as much "liveness" as desired, and with a protocol (over HTTPS) to manage comms to a server-side instance. SQLite is robust, lightweight, bulletproof - a WASM build belongs on ALL the webpages ! | |||||||||||||||||||||||||||||||||||||||||
| ▲ | joren- 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||
As mentioned below I have been building the 'read' side of this: a data publication platform. I wanted to avoid any server side components. The communication / write part and updating the server-side sqlite database would need running components on the server which I wanted to avoid. The 'write' part would technically be very doable and not that different from other back-ends. | |||||||||||||||||||||||||||||||||||||||||
| ▲ | mstipetic 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Did you have a look at https://evidence.dev | |||||||||||||||||||||||||||||||||||||||||
| ▲ | dsego 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Something like sync engines? I think there are a bunch nowadays. | |||||||||||||||||||||||||||||||||||||||||
| ▲ | potatoman22 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
It's not specific to SQLlite per se, but that's what most dashboard builders are | |||||||||||||||||||||||||||||||||||||||||
| ▲ | uberex 2 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||||||||||||||
Like MS Access on web? | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
| ▲ | iLoveOncall 2 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||
Because it's pretty much worthless. You almost never need just a basic list of all the data in your table, even if you're able to filter and sort it. There's no moat there at all. People need serious BI tools, and that throws simplicity out of the window (PowerBI, QuickSight, etc.). | |||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||