[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Storing database credentials outside an org file
From: |
Tim Cross |
Subject: |
Re: Storing database credentials outside an org file |
Date: |
Mon, 01 Nov 2021 14:33:12 +1100 |
User-agent: |
mu4e 1.7.4; emacs 28.0.60 |
Mike Gauland <mikelygee@gmail.com> writes:
> I often use an org file to record database queries, using sql source blocks.
> I've been putting the database credentials in the file using header-args:sql
> properties, but I'd prefer to have the credentials saved in a separate file
> for
> security reasons.
>
> Any ideas on how I could make this work?
It probably wouldn't be too hard to use the authinfo.gpg facility via
the auth-source library which is included in Emacs. In fact, I think
sql-mode might already have support for this built in.