Refs #88 -- Document that utf-8 should be set for MySQL

This commit is contained in:
Raphael Michel
2015-08-15 17:31:17 +02:00
parent b47ca0acc8
commit ae35bdbd18
+4
View File
@@ -86,6 +86,10 @@ Example::
One of ``mysql``, ``sqlite3``, ``oracle`` and ``postgresql_psycopg2``.
Default: ``sqlite3``.
If you use MySQL, be sure to create your database using
``CREATE DATABASE <dbname> CHARACTER SET utf8;``. Otherwise, Unicode
support will not properly work.
``name``
The database's name. Default: ``db.sqlite3``.