File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 104
104
* user: 'userdb2'
105
105
* password: ''
106
106
*
107
+ * ## Example with Sqlite
108
+ *
109
+ * modules:
110
+ * enabled:
111
+ * - Db:
112
+ * dsn: 'sqlite:relative/path/to/sqlite-database.db'
113
+ * user: ''
114
+ * password: ''
115
+ *
107
116
* ## SQL data dump
108
117
*
109
118
* There are two ways of loading the dump into your database:
148
157
*
149
158
* PDO dsn elements for the supported drivers:
150
159
* * MySQL: [PDO_MYSQL DSN](https://secure.php.net/manual/en/ref.pdo-mysql.connection.php)
151
- * * SQLite: [PDO_SQLITE DSN](https://secure.php.net/manual/en/ref.pdo-sqlite.connection.php)
160
+ * * SQLite: [PDO_SQLITE DSN](https://secure.php.net/manual/en/ref.pdo-sqlite.connection.php) - use _relative_ path from the project root
152
161
* * PostgreSQL: [PDO_PGSQL DSN](https://secure.php.net/manual/en/ref.pdo-pgsql.connection.php)
153
162
* * MSSQL: [PDO_SQLSRV DSN](https://secure.php.net/manual/en/ref.pdo-sqlsrv.connection.php)
154
163
* * Oracle: [PDO_OCI DSN](https://secure.php.net/manual/en/ref.pdo-oci.connection.php)
You can’t perform that action at this time.
0 commit comments