dbquery

Query RDBMS and return S-expression
git clone https://logand.com/git/dbquery.git/
Log | Files | Refs | README

commit b5ab4b9d068d96344f35d1b2ed3b3fc631ca69fa
parent fc35f8c915a4173e60991a272f692863a35040e7
Author: tomas <tomas@logand.com>
Date:   Sun, 16 Aug 2009 21:22:42 +0200

logand doc link reference

Diffstat:
Mdbquery.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dbquery.el b/dbquery.el @@ -14,6 +14,8 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;;; See http://logand.com/sw/dbquery/index.html for documentation. + (defvar dbquery-dir nil) (defvar dbquery-db-alist nil) (defvar dbquery-db-name nil)