> I have a similar question, for the following statement:
    
    
    db.exec(sql"insert into data (name) values (?)", name)
    
    
    Run

the name field could be a string value or null, what is the best way to deal 
with it?

Reply via email to