|
Is there a way of using |
Answered by
kkharji
Sep 27, 2022
Replies: 2 comments 1 reply
|
Oh that's a tricky use case I did not consider, or might've but overlooked the usage of null as removing something 🤔. I don't think it's possible with high level api. You would need to use sqlite.db methods, like If you can update the whole row, then it might work. |
1 reply
Answer selected by
jghauser
|
@kkharji, I just wanted to say thanks for all the support. I've now published papis.nvim which wouldn't have been possible without all your effort! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh that's a tricky use case I did not consider, or might've but overlooked the usage of null as removing something 🤔. I don't think it's possible with high level api. You would need to use sqlite.db methods, like
sqlite.db:evalorsqlite.db:execute.If you can update the whole row, then it might work.