Markus Neteler d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 роки тому
..
dbmi_base d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 роки тому
dbmi_client d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 роки тому
dbmi_driver 0401dfed93 Hangs when closing db drivers (https://trac.osgeo.org/grass/ticket/2775) 9 роки тому
sqlp d33152f1d5 Numerous typos fixed (identified with tools/fix_typos.sh) 8 роки тому
stubs a53062f52a Include dbstubs.h, fix prototypes for open_select_cursor and describe_table 9 роки тому
Makefile 1292bf9a1e Major build system clean-up 16 роки тому
README fc2eb38ac8 update email addr 15 роки тому
dbmilib.dox aaa7255e12 dbmi (driver): document db_d_init/append/report_error() 13 роки тому

README

/****************************************************************************
*
* MODULE: DBMI library
* AUTHOR(S): Joel Jones (CERL/UIUC)
* Radim Blazek ,
* Brad Douglas ,
* Glynn Clements ,
* Roberto Flor, Hamish Bowman ,
* Markus Neteler ,
* Huidae Cho ,
* Paul Kelly ,
* Martin Landa ,
* Moritz Lennert ,
* Daniel Calvelo Aros ,
* Bernhard Reiter ,
* Alex Shevlakov
* PURPOSE: database management functions for modules and drivers
* COPYRIGHT: (C) 2003-2006 by the GRASS Development Team
*
* This program is free software under the GNU General Public
* License (>=v2). Read the file COPYING that comes with GRASS
* for details.
*
*****************************************************************************/

DBMI Library

Original author: Joel Jones (jjones * zorro.cecer.army.mil | jjones * uiuc.edu )
Ref: http://lists.osgeo.org/pipermail/grass-dev/1995-February/002015.html

Directory contents:

dbmi: DataBase Management Interface (db_*() functions)
dbmi_base: contains functions for modules, drivers (../../db/drivers/)
dbmi_client: contains functions for modules
dbmi_driver: contains functions for drivers (../../db/drivers/)

sqlp: SQL parser library
stubs: stubs for unimplemented DB functions

The DBMI drivers are stored in
../../db/drivers/

The DBMI user modules are stored in
../../db/base/

NOTE:
Please read db/drivers/README

To generate dbmi_driver/dbstubs.h automatically, run './mk_dbstubs_h.sh' in
dbmi_driver/ directory.