Open fireworx opened 1 year ago
Hi @fireworx!
You can already use the Replace feature in the current version of this plugin: https://www.sqlitetutorial.net/sqlite-replace-statement/
Example:
db.query("REPLACE INTO positions (title, min_salary) VALUES('Full Stack Developer', 140000);")
yes, i know, but i use the feature, that you can take a hole dictionary -> for example update_rows(tablename,where,dict)
;-)
could you implement the Replace feature
would be nice to have