Eric Hanson
Eric Hanson
> I feel like I’ve been having or witnessing this conversation in some form or another for the past 20 years 🙄 There are few topics that have me self-censoring...
Go. Single self-contained binary. Go!
Thought I'd post an update on this epic goal. We're getting close: Aquameta now has zero external dependencies as far as I can tell. The HTTP server has been reimplemented...
These methods should be able to run both server-side and client-side.
This *could* be implemented as another layer in the prototype chain of `AQ.Row`, `AQ.Rowset`, etc. Those two especially, but the rest might make sense as well. `AQ.Customer` extends `AQ.Row`, with...
Should this be a type in meta? There's a bunch of stuff here. If we use connection strings everywhere, do we store the password in the connection string? Where does...
This space is kind of a mess with PostgreSQL. `postgres_fdw` does not accept connection strings very nicely: https://www.postgresql.org/message-id/CACA6kxh-Vd6f-Xroi%3D4yBQviWANd3qxfDYDv3GMvhbr_MNgvPg%40mail.gmail.com
Ian Barwick [wrote](https://www.postgresql.org/message-id/CAB8KJ%3DiVcOVuYvS_HJCja38EZaku9a0N1fwfx2U8pNKXDeXcng%40mail.gmail.com) an [extension](https://github.com/ibarwick/conninfo) to do this! So there is hope. Right now connections to postgres_fdw are saved as some hideous CREATE SERVER options string that is unreadable and...
The two commits to be merged (call them A and B) share a common ancestor, this is their point of commonality. Each commit made a number of changes to the...
Yes fix this