summaryrefslogtreecommitdiff
path: root/docs/Sources.md
diff options
context:
space:
mode:
authorWild Kat <wk@users.noreply.github.com>2018-04-25 14:34:37 +0200
committerGitHub <noreply@github.com>2018-04-25 14:34:37 +0200
commit3ebe08952c07154b3042d2194b5146fbaf734cbe (patch)
treec73f151e883244e80aad6bd5d6f02d10768ad125 /docs/Sources.md
parent21e3d6490496573f25ef77fe8172766ac7d1a736 (diff)
parent9a7d16c00163c421d2c9f3cb2783c76633860336 (diff)
Merge branch 'master' into the-great-makeover
Diffstat (limited to 'docs/Sources.md')
-rw-r--r--docs/Sources.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Sources.md b/docs/Sources.md
index 6d8e19e..eb3cd0c 100644
--- a/docs/Sources.md
+++ b/docs/Sources.md
@@ -59,6 +59,9 @@ pinentry-mode loopback
Oxidized uses the `sequel` ruby gem. You can use a variety of databases that aren't explicitly listed. For more information visit https://github.com/jeremyevans/sequel Make sure you have the correct adapter!
+**NOTE** - Many database engines have reserved keywords that may conflict with Oxidized configuration field names (such as 'name', 'group', etc). Pay attention to any names that are used and observed proper quoting methods to avoid errors or unpredictable results.
+
+
## Source: MYSQL
`sudo apt-get install libmysqlclient-dev`