tatterdemalion@programming.dev to Programmer Humor@programming.dev · 9 days agoSQLiteprogramming.devimagemessage-square19linkfedilinkarrow-up1162arrow-down14
arrow-up1158arrow-down1imageSQLiteprogramming.devtatterdemalion@programming.dev to Programmer Humor@programming.dev · 9 days agomessage-square19linkfedilink
minus-squareF04118F@feddit.nllinkfedilinkarrow-up2·5 days agoMore likely: SQLite is built to be small, simple and lightweight, not to be super highly concurrent. If this situation happens rarely, just make sure you have a retry on the query. If it happens often, switch to postgres.
More likely: SQLite is built to be small, simple and lightweight, not to be super highly concurrent.
If this situation happens rarely, just make sure you have a retry on the query. If it happens often, switch to postgres.