Launched this week

SimplePostgreSQL
A fast, lightweight PostgreSQL client for developers
8 followers
A fast, lightweight PostgreSQL client for developers
8 followers
Manage local, staging, and production PostgreSQL databases from one clean desktop app. Browse tables, run queries, import/export CSV. Credentials stay on your machine.





how does this handle connection drops or long-running queries when you're mid-edit on a large table
@rseybek97138 Hi, thanks for your message!
It uses PostgreSQL’s native client connection pool. Connection attempts time out after 10 seconds, idle connections are closed after 30 seconds, and if a connection drops during a query the query fails cleanly and the error is shown in the app.
But long-running queries are currently allowed to run until PostgreSQL finishes or the connection fails; query cancellation and configurable query timeouts are not implemented yet - Thanks for your feedback I will improve this up.
Have a great day
finally a postgres client that doesnt feel like it needs a phd to open. the csv import was way smoother than i expected, picked up my weird timestamp format on the first try.