| ▲ | faizshah 5 hours ago | |
Theres also spellfix1 which is an extension you can enable to get fuzzy search. And ON CONFLICT which can help dedupe among other things in a simple and performant way. | ||
| ▲ | somat 4 hours ago | parent [-] | |
I was trying to port a small program I wrote from postgres to a sqlite backend(mainly to make it easier to install) and was pleased to find out sqlite supported "on conflict" I was less pleased to find out that apperently I abuse CTE's to insert foreign keys all the time and sqlite was not happy doing that. | ||