7 Commits

Author SHA1 Message Date
lovasoa b4523a4e8e Rework sql statement preparation for better error handling
sql syntax errors are handled much better now
2022-09-09 03:47:31 +04:00
lovasoa 1f18949049 Improve demo example 2022-09-09 01:29:28 +04:00
lovasoa 80faa0f2ce Add the syntax :xxx to extract an HTTP POST variable named xxx 2022-09-05 23:27:21 +02:00
lovasoa c245dca0df Adapt example index.sql to latest changes 2022-09-05 23:10:26 +02:00
lovasoa d1a932fb90 Add support for postgres
The current implementation is quite inefficient.
Parse the SQL on the rust side
Prepare statements and execute them one by one.
2022-09-02 23:58:30 +02:00
lovasoa 4eb63c827e remove french from example 2022-09-01 22:27:38 +02:00
lovasoa fce48ccc81 Comment the example 'index.sql' 2022-08-30 21:59:12 +02:00