SQLite

  1. The SQLite library must be installed on the server.
  2. Make sure the database client locale is properly defined. The SQLite library uses UTF-8. If the current character set (LANG/LC_ALL) is not UTF-8, like plain ASCII or UTF-8, the database driver will make appropriate character set conversions.
  3. You can make a connection test with the sqlite3*.bin command line tool.