d69b1d1d9f
- URL and POST parameters are now immutable after request initialization
- SET command creates user-defined variables in separate namespace
- Variable lookup: SET variables shadow request parameters
- Added sqlpage.variables('set') to inspect user-defined variables
- Simplified API: most functions now use &RequestInfo instead of &mut
- All tests passing (151 total)
Official SQLPage site
The SQLPage website is of course built with SQLPage !
Things that you may be interested to look at:
- The custom component we use for our stylish home page
- The migrations that populate the database with the documentation for all components
- The advanced multistep form example
It is hosted as a simple Docker container on sql-page.com.
Feel free to open a pull request if you would like to add or change anything !