Interesting! I wonder if you could use this in a Django project with Channels, and stream database changes over websocket to the client. I think I've found a project for this weekend!
I must admit my DB knowledge is lacking. What is the purpose of setting the isolation level to autocommit?
> I wonder if you could use this in a Django project with Channels, and stream database changes over websocket to the client.I wonder if you could use this in a Django project with Channels, and stream database changes over websocket to the client.
That's exactly what I'm doing with this! :) But you don't even need channels for that! The point is to simplify the stack.
> What is the purpose of setting the isolation level to autocommit?