
This reference manual details the use of modules distributed with Geographic Resources Analysis Support System (GRASS), an open source (GNU GPL'ed), image processing and geographic information system (GIS).
database commands:
| db.columns | db.columns |
| db.connect | db.connect |
| db.copy | Copy a table. Either 'from_table' (optionaly with 'where') can be used or 'select' option, but not 'from_table' and 'select' at the same time. |
| db.describe | db.describe |
| db.drivers | db.drivers |
| db.droptable | db.droptable |
| db.execute | db.execute |
| db.login | db.login |
| db.select | db.select |
| db.tables | db.tables |
| db.test | db.test |