This is an Atom package that lets you interact with Postgres databases from within Atom.
Quick note: I threw this together as a side project, mainly so I could interact with my local PG. This was not made with scale/security in mind, so please be careful. It handles auth with node-postgres.
It's pretty simple. Highlight some code in Atom and pres Cmd-1. Bam, output is in the dock below. It's got an impressively short list of features:
$$
, which is where the highlighted SQL query will get insertedAll of these are manageable via the Packages > Patom menu.
The package talks to PG via node-postgres, so the makers and maintainers deserve a massive thanks.
MIT. Please submit issues slash feature requests, or consider opening a PR.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.