This is a simple Robyn app using a RUST SQL connection.
Install Robyn
$ pip install robyn
Run the app
$ python -m robyn app.py --compile-rust-path="."
Run the app in dev(live reloading) mode
$ python -m robyn app.py --compile-rust-path="." --dev
8000