Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 313 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 313 Bytes

Rusty Robyn SQL

This is a simple Robyn app using a RUST SQL connection.

Usage

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