News

In SQL we support non-standard clause called ON CONFLICT / OR. It is not a separate clause which can appear in INSERT/UPDATE statements or as a column option in CREATE TABLE statements. See examples ...
A parser for SQLite create table and alter table sql statements. Extremely fast parser with no memory copy overhead MIT licensed with no dependencies (just drop the C file into your project) Never ...