As the title suggests, when I open sqlit and try to load the tables in my database, the connection suddenly closes most of the time. Most of the time running a query does work, but this sometimes also results in 'Broken pipe'. Intermittently, everything actually works fine and I load the tables etc. This suggests that the connection to the database is actually fine.
Using a local postgres instance hosted inside docker. No issues with other database clients. Connection does not use TLS. Checked ~/.sqlit for log files but did not see any. Happy to post some if someone can tell me where they are.
