[Dbconfig-common-changes] [dbconfig-common] r252 - in branches/sqlite: debian doc

Matt Brown mattb-guest at costa.debian.org
Sat Jun 10 08:40:29 CEST 2006


Author: mattb-guest
Date: 2006-06-10 06:40:24 +0000 (Sat, 10 Jun 2006)
New Revision: 252

Modified:
   branches/sqlite/debian/TODO
   branches/sqlite/doc/dbconfig-common.sgml
Log:
Update documentation to reflect sqlite support


Modified: branches/sqlite/debian/TODO
===================================================================
--- branches/sqlite/debian/TODO	2006-06-10 06:14:06 UTC (rev 251)
+++ branches/sqlite/debian/TODO	2006-06-10 06:40:24 UTC (rev 252)
@@ -9,7 +9,7 @@
     - some kind of support for multi-db applications
 	 - provide a normal-user-accessible script for setting up databases
 	   (for running out of public_html type directories etc).
-    - support for other database types (sqlite, others?)
+    - support for other database types (sqlite3, others?)
 
 - general
   - think about how this should tie in with the webapps-common.

Modified: branches/sqlite/doc/dbconfig-common.sgml
===================================================================
--- branches/sqlite/doc/dbconfig-common.sgml	2006-06-10 06:14:06 UTC (rev 251)
+++ branches/sqlite/doc/dbconfig-common.sgml	2006-06-10 06:40:24 UTC (rev 252)
@@ -22,7 +22,7 @@
 	<p>
 	<package>dbconfig-common</package> can:
 	<list>
-		<item>support mysql and postgresql based applications
+		<item>support mysql, postgresql and sqlite based applications
 		<item>create databases and database users
 		<item>access local or remote databases
 		<item>upgrade/modify databases when upstream changes
@@ -370,6 +370,18 @@
 			<tag>dbc_dbuser (used in: <var>config</var>)
 				<item>name to use when connecting to
 				database (defaults to: package name)
+			<tag>dbc_basepath (used in: <var>config</var>)
+				<item>database storage directory for local (filesystem)
+				based database types. Not applicable for RDBMs like mysql 
+				and postgres. (defaults to: /var/lib/dbconfig-common)
+			<tag>dbc_owner (used in: <var>config</var>)
+				<item>set the owner:group of database files stored in the
+				<var>dbc_basepath</var> directory. Not applicable for RDBMs
+				like mysql and postgres. (defaults to: root:root)
+			<tag>dbc_mode (used in: <var>config</var>)
+				<item>set the permissions of database files stored in the
+				<var>dbc_basepath</var> directory. Not applicable for RDBMs
+				like mysql and postgres. (defaults to: 0644)
 			<tag>dbc_dbname (used in: <var>config</var>)
 				<item>name of database resource to which
 				to connect (defaults to: package name)




More information about the Dbconfig-common-changes mailing list