|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
<html>
|
|
|
<head>
|
|
|
-<title>GRASS-SQLite driver</title>
|
|
|
+<title>GRASS GIS manual: GRASS-SQLite driver</title>
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
<link rel="stylesheet" href="grassdocs.css" type="text/css">
|
|
|
</head>
|
|
@@ -13,9 +13,15 @@
|
|
|
<!-- meta page description: SQLite driver -->
|
|
|
<h1>SQLite driver in GRASS</h1>
|
|
|
|
|
|
-<h2>Creating a SQLite database</h2>
|
|
|
+<h2>KEYWORDS</h2>
|
|
|
+database, attribute table, driver
|
|
|
+
|
|
|
+<h2>DESCRIPTION</h2>
|
|
|
|
|
|
The SQLite driver is the default DBMI backend.
|
|
|
+
|
|
|
+<h2>Creating a SQLite database</h2>
|
|
|
+
|
|
|
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).
|
|
@@ -92,9 +98,7 @@ echo "
|
|
|
<p>
|
|
|
<i>Last changed: $Date$</i>
|
|
|
<hr>
|
|
|
-<br>
|
|
|
-<a href="index.html">Main index</a> -
|
|
|
-<a href="database.html">database index</a> -
|
|
|
-<a href="full_index.html">full index</a>
|
|
|
+<p><a href="index.html">Main index</a> - <a href="database.html">Database index</a> - <a href="topics.html">Topics index</a> - <a href="keywords.html">Keywords Index</a> - <a href="full_index.html">Full index</a></p>
|
|
|
+<p>© 2003-2013 <a href="http://grass.osgeo.org">GRASS Development Team</a>, GRASS GIS 7.0.svn Reference Manual</p>
|
|
|
</body>
|
|
|
</html>
|