https://github.com/jan-ru/sqlflask
A test app using htmx, flask, sqlite deployed on Railway
https://github.com/jan-ru/sqlflask
flask sqlite3-database
Last synced: 2 months ago
JSON representation
A test app using htmx, flask, sqlite deployed on Railway
- Host: GitHub
- URL: https://github.com/jan-ru/sqlflask
- Owner: jan-ru
- License: mit
- Created: 2025-05-04T19:29:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-09T08:29:25.000Z (10 months ago)
- Last Synced: 2025-06-09T09:31:06.056Z (10 months ago)
- Topics: flask, sqlite3-database
- Language: Python
- Homepage: https://_sqlflask.up.railway.app/
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIL
## 2025-05-05
I'll write the TIL here and later move it to the correct file.
First I learned about static sites (using quarto) and found a convenient way to deploy them on GitHub Pages.
Next came the requirement to have at least some dynamic content so I experimented with pyodide. I am impressed for example with jupyterlite and marimbo.
Trying to stay away from full fledged frontend frameworks like react/vue, I am trying to do some frontend work with just HTML and htmx and (tabulator javascript lib).
Anyway, it soon becomes apparant that certain use cases require persistence. Hence I am now trying to work with sqlite3. Second, I did a prototype with Python.
The current idea is to pause doing a third (FastAPI) prototype. Instead I will look to improve SQLFlask to try and do some production work with it (either grading or excel).
## 2025-05-29
The stack I am considering: SQLite, Polars, Flask, Jinja2, Svelte/Tanstack tables.
Utility services I am planning to use: sentry, auth0