diff options
author | ytti <saku@ytti.fi> | 2018-04-24 23:45:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 23:45:10 +0300 |
commit | f7175a0c276a9e71e0af5b8a730865efa702bdaa (patch) | |
tree | 11bbc0b8675586967672e61803e7a76b781973ce /docs/Sources.md | |
parent | ffd4cc1569df3a9ad5c1ac453861544762ac4853 (diff) | |
parent | cdcecd48fd05fecd656f384d074bd06406ac2690 (diff) |
Merge pull request #1303 from jsynack/misc-docfixes
Misc docfixes
Diffstat (limited to 'docs/Sources.md')
-rw-r--r-- | docs/Sources.md | 3 |
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` |