Insert
Insert new rows into the database.
This type is used in the examples on this page.
If your user
table has default auto-increment for the primary column, then you can leave it as the zero value.
You can also provide the id.
GoSQL will add the primary key (in this case "id") to the insert query if it is not the zero value for its type.
Last updated