Markus Neteler b4a89c7934 better document LIKE operator 16 years ago
..
dbmi_base 2142bf29b1 karme: fix memory leak (trac https://trac.osgeo.org/grass/ticket/273) 16 years ago
dbmi_client bfeba2bd5b msg fix 16 years ago
dbmi_driver da4d562bdc Fix various typos 16 years ago
sqlp b4a89c7934 better document LIKE operator 16 years ago
stubs f89ad76443 Keep option handling in main() 17 years ago
Makefile 1292bf9a1e Major build system clean-up 17 years ago
README e90aa2ef28 boosted to GRASS 7 for parallel installation 17 years ago
dbmilib.dox 57f2f1d296 dbmilib: initial doxygenization of dbmi_driver (merge from devbr6, https://trac.osgeo.org/grass/changeset/32636) 17 years ago

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.