The db config samples include a text saying sqlite is one of the supported drivers.
But there do not seem to be installation sql-s for sqlite. I see that there are some tests done by users with sqlite, but I am confused about the official status.
What does it mean that it is listed in the supported drivers?
Code:
/*
| -------------------------------------------------------------------
| DATABASE CONNECTIVITY SETTINGS
| -------------------------------------------------------------------
| This file will contain the settings needed to access your database.
|
| For complete instructions please consult the 'Database Connection'
| page of the User Guide.
|
| -------------------------------------------------------------------
| EXPLANATION OF VARIABLES
| -------------------------------------------------------------------
|
| 'connectionString' Hostname, database, port and database type for
| the connection. Driver example: mysql. Currently supported:
| mysql, pgsql, mssql, sqlite, oci
| 'username' The username used to connect to the database
| 'password' The password used to connect to the database
| 'tablePrefix' You can add an optional prefix, which will be added
| to the table name when using the Active Record class
|
*/
1st step : copy/paste one of the create-*sql.sql
2nd step : adapat for sqlite
3rd step : add it at installation and everywhere it's needed.
4th step : test and test and test
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.