README (994B)
1 # -*- org -*- 2 3 dbquery 4 5 dbquery is a collection of sql drivers and high level code for 6 Emacs-Lisp and Common Lisp with easy to use text based protocol based 7 on symbolic expressions. 8 9 * features 10 11 - simple sql drivers in C and Java for several database backends 12 returning results as symbolic expressions 13 - code to use the above drivers from Common Lisp 14 - Emacs-Lisp code do many interesting things with database queries, e.g. 15 - draw ER diagrams from database schema 16 - display results as org-mode tables 17 - dumping database or table content 18 19 * licence 20 21 - GPLv3+ for Emacs-Lisp code 22 - GPLv3+ for Java code 23 - MIT for C code 24 - MIT for Common Lisp code 25 26 * TODO return errors similar to results 27 * TODO implement query parameters 28 * TODO port to other common lisps 29 * TODO remove mysql password, use ~/.my.cnf instead like ~/.pgpass 30 * TODO documentation 31 * TODO extend Emacs-Lisp code to provide something like slime for sql 32 * TODO change licence of the Java code to MIT or some common Java licence