Hi all,
I've previously blogged one naive parser for ~/.pgpass, at
http://www.myrkraverk.com/blog/2015/03/postgresqls-pgpass-parser-in-common-l...
Is it possible to incorporate that, or a better parser, into Postmodern?
And thank you, those who answered my question about (:as 'tbl 't),
Hi Johann,
Postmodern's scope is definitely not going to grow anymore. You'll have to either keep using your snippet as it is, or package it up as a module that people can install alongside Postmodern.
Best, Marijn
On Fri, Aug 21, 2015 at 11:01 AM, Johann 'Myrkraverk' Oskarsson johann@myrkraverk.com wrote:
Hi all,
I've previously blogged one naive parser for ~/.pgpass, at
http://www.myrkraverk.com/blog/2015/03/postgresqls-pgpass-parser-in-common-l...
Is it possible to incorporate that, or a better parser, into Postmodern?
And thank you, those who answered my question about (:as 'tbl 't),
-- Johann
I'm not from the internet, I just work there.
Hi Marjin,
On Fri, Aug 21, 2015 at 5:07 PM, Marijn Haverbeke marijnh@gmail.com wrote:
Hi Johann,
Postmodern's scope is definitely not going to grow anymore. You'll have to either keep using your snippet as it is, or package it up as a module that people can install alongside Postmodern.
Can such a module hook into postmodern to make the password parameter unnecessary in calls to connect or with-connection? Or "take over" when it's passed in as nil?
Or will I have to make my own wrappers?
I suppose you'll have to write a wrapper, yes.
On Sat, Aug 22, 2015 at 2:03 AM, Johann 'Myrkraverk' Oskarsson johann@myrkraverk.com wrote:
Hi Marjin,
On Fri, Aug 21, 2015 at 5:07 PM, Marijn Haverbeke marijnh@gmail.com wrote:
Hi Johann,
Postmodern's scope is definitely not going to grow anymore. You'll have to either keep using your snippet as it is, or package it up as a module that people can install alongside Postmodern.
Can such a module hook into postmodern to make the password parameter unnecessary in calls to connect or with-connection? Or "take over" when it's passed in as nil?
Or will I have to make my own wrappers?
-- Johann
I'm not from the internet, I just work there.
postmodern-devel@common-lisp.net