Rename db function prefixes #491
Labels
code quality
Improves code quality while not affecting any other
good first issue
Good for newcomers
P-Low
Priority: Low
question
Further information is requested
Proposal Description
Currently, all the functions uses set/get prefixes. This is a bit confusing considering some set functions does different actions on conflict. There should be standard prefixes that warns callers about the kind of operation.
Proposals
set_
insert_
for error on conflictupsert_
for overwrite on conflictset_
add_
for error on conflictset_
for overwrite on conflictThe text was updated successfully, but these errors were encountered: