not a custom, just a minimal sql by parsing the const str* _s parameter

SELECT FIELDS FROM TABLE WHERE CONDITIONS
UPDATE TABLE SET FIELDS=VALUES WHERE CONDITIONS
DELETE FROM TABLE WHERE CONDITIONS

1) FIELDS => [FIELD, ...]
2) CONDITIONS [FIELD=VALUE, ...]
3) SET reuse (2)


Reply to this email directly or view it on GitHub.