Forums

sqlite / aiosqlite

I am trying to use ON CONFLICT but it seems the version of aiosqlite / SQLite does not support it with the packages available in python anywhere. Is there a way I can change the versions?

I see that you're on an older system image -- you can upgrade the system image to the most recent one and set the default Python version to more recent one as well, that should upgrade SQLite version. Regarding asiosqlite you may install it with pip (mind that async code would not work in the web app, though).

This helped me thank you so much!

Glad to hear that!