When running CreateTable() it will produce invalid sql and throw a multiple default values specified for column if you specify a default on a pk type Snowflake int64 // User model type User struct { ...
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 ...