File: README

package info (click to toggle)
gql 0.2.1-8
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,332 kB
  • ctags: 672
  • sloc: sh: 6,642; cpp: 3,711; makefile: 175; ansic: 11
file content (16 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--------------------- GQL - generic SQL library ----------------------------

The CLI (call level interface) library GQL provides an abstraction 
of a SQL database, which means it is a general API for all (or most) 
possible SQL databases. It achieves this by using individual drivers for 
different databases.

At the moment the following drivers are available:

* PostgreSQL
* MySQL

More information and the latest sources can be found at 
<http://GQL.sourceforge.net>.

Andreas Rottmann <rottmann@users.sourceforge.net>