dbquery

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

commit f9b3791056664f24b6b3e9cc1e8ff6c1111f8a8b
parent c24d9558e84d073b7fe2f1783b2b4fd17e629220
Author: Tomas Hlavaty <tom@logand.com>
Date:   Tue,  5 Mar 2013 22:45:33 +0100

README added

Diffstat:
AREADME | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,30 @@ +# -*- org -*- + +dbquery + +dbquery is a collection of sql drivers and high level code for +Emacs-Lisp and Common Lisp with easy to use text based protocol based +on symbolic expressions. + +* features + +- simple sql drivers in C and Java for several database backends + returning results as symbolic expressions +- code to use the above drivers from Common Lisp +- Emacs-Lisp code do many interesting things with database queries, e.g. + - draw ER diagrams from database schema + - display results as org-mode tables + - dumping database or table content + +* licence + +- GPLv3+ for Emacs-Lisp code +- GPLv3+ for Java code +- MIT for C code +- MIT for Common Lisp code + +* TODO implement query parameters +* TODO port to other common lisps +* TODO documentation +* TODO extend Emacs-Lisp code to provide something like slime for sql +* TODO change licence of the Java code to MIT or some common Java licence