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 | list all columns for a given table. |
db.connect | Prints/sets general DB connection for current mapset and exits. |
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 | Describe a table (in detail). |
db.drivers | List all database drivers. |
db.droptable | db.droptable |
db.execute | Execute any SQL statement. |
db.login | Sets user/password for driver/database. |
db.select | Select data from database. |
db.tables | List all tables for a given database. |
db.test | Test database driver, database must exist and set by db.connect. |