瀏覽代碼

say when the sqlite file is generated

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@36567 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 年之前
父節點
當前提交
af3dc42f98
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      db/drivers/sqlite/grass-sqlite.html

+ 4 - 2
db/drivers/sqlite/grass-sqlite.html

@@ -15,13 +15,15 @@
 <H2>Creating a SQLite database</H2>
 
 GRASS is automatically creating the SQLite database if it is not yet
-existing. It is sufficient to define the connection (see next step).
+existing when the first table is created in the SQLite database. It
+is sufficient to define the connection (see next step).
 
 <H2>Connecting GRASS to SQLite</H2>
 
 The database name 'sqlite.db' is at user's choice.
 Also the file storage location can be freely chosen. If the database
-does not exist, it will be automatically created:
+does not exist, it will be automatically created when database content
+is created:
 
 <div class="code"><pre>
 # example for storing DB in mapset directory (keep single quotes):