Re: How CLSQL finds and loads foreign libraries
"Paul Werkowski" <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <000901c56d26$c2909fd0$0201a8c0@moby> |
| | LPN meaning logical pathname? I admit that environment variables | aren't particularly Lisp-y but I also don't see how logical pathnames | would solve the issues we talked about. Could you give a more | specific example? I no longer have the complete thread to look at and maybe logical pathnames can't solve the problem. I just cringed when I saw an environment variable that translated to a pathname suggested when CL has a standard way to do that. FWIW, my local solution to site specific configurations is :around methods on clsql-sys:database-type-load-foreign and clsql-sys:database-type library-loaded that override the distributed methods. Paul