is there any way to autogenerate insert function t...
# squarelibraries
n
is there any way to autogenerate insert function that use the Table.Impl class to pass in data ? also the insert statement for a table with a
id INTEGER AS Int PRIMARY KEY NOT NULL
takes
id: Int?
, that seems broken