File: README.md

package info (click to toggle)
cl-mssql 20131003-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 108 kB
  • sloc: lisp: 436; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
cl-mssql
========

A Common Lisp library for interacting with MS SQL Server databases. 

Dependencies:

External:

* [FreeTDS](http://www.freetds.org/)
    
Quicklisp-able:

* [CFFI](http://common-lisp.net/project/cffi/)
* [iterate](http://common-lisp.net/project/iterate/doc/index.html)
* [garbage-pools](http://code.google.com/p/garbage-pools/)
* [parse-number](http://www.cliki.net/PARSE-NUMBER)


License: LLGPL - for details, see COPYING