We need to implement in the procedural macro so that id fields can be used with Option<T> since we want the user to control if they want to populate the id field when doing an INSERT operation. If you want SQlite to handle autoincrement itself, we don't need to add a value to it.
We need to implement in the procedural macro so that id fields can be used with
Option<T>
since we want the user to control if they want to populate theid
field when doing anINSERT
operation. If you want SQlite to handle autoincrement itself, we don't need to add a value to it.