]> git.phdru.name Git - m_librarian.git/blobdiff - sample/m_librarian.conf
Add configuration file parser and sample
[m_librarian.git] / sample / m_librarian.conf
diff --git a/sample/m_librarian.conf b/sample/m_librarian.conf
new file mode 100644 (file)
index 0000000..17fc310
--- /dev/null
@@ -0,0 +1,10 @@
+[database]
+; DB URI syntax examples:
+
+; URI = mysql://host/database?debug=1
+; URI = mysql://user:password@host/database
+; URI = postgres:///full/path/to/socket/database
+; URI = postgres://host:5432/database
+; URI = postgres://user@host/database?debug=&cache=
+; URI = sqlite:///full/path/to/database
+; URI = sqlite:/C:/full/path/to/database