Browse Source

SQLite is the default in GRASS 7

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37211 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 years ago
parent
commit
1cf58e90f6
2 changed files with 5 additions and 4 deletions
  1. 4 4
      db/drivers/dbf/grass-dbf.html
  2. 1 0
      db/drivers/sqlite/grass-sqlite.html

+ 4 - 4
db/drivers/dbf/grass-dbf.html

@@ -14,9 +14,9 @@
 
 <h2>Defining the DBF driver</h2>
 
-The DBF driver is the default driver, in theory no user interaction is
+The DBF driver is a file based driver, in theory no user interaction is
 required. However, if the settings should be set back from a different
-to the DBF driver, the following step is required:
+driver to the DBF driver, the following step is required:
 
 <div class="code"><pre>
 # keep single quotes:
@@ -29,8 +29,8 @@ The dbf/ subdirectory in the mapset must exist or must be created by the user.
 
 <h2>Creating a DBF table</h2>
 
-Usually DBF tables are created by GRASS when generating a vector map
-with attributes (and using DBF as default attribute driver).
+DBF tables are created by GRASS when generating a vector map
+with attributes and having defined the DBF as attribute driver.
 <p>
 If a DBF table has to be created manually, <a href="db.execute.html">db.execute</a>
 can be used or a spreadsheet application. Also <a href="db.copy.html">db.copy</a>

+ 1 - 0
db/drivers/sqlite/grass-sqlite.html

@@ -14,6 +14,7 @@
 
 <H2>Creating a SQLite database</H2>
 
+The SQLite driver is the default DBMI backend.
 GRASS is automatically creating the SQLite database if it is not yet
 existing when the first table is created in the SQLite database. It
 is sufficient to define the connection (see next step).