Commit 6df826a 1 parent ac52a59 commit 6df826a Copy full SHA for 6df826a
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,13 @@ extensions:
42
42
nettrine.dbal:
43
43
connections:
44
44
default:
45
- driver: pdo_sqlite
46
- password: test
47
- user: test
48
- path: ":memory:"
45
+ driver: pdo_pgsql
46
+ host: localhost
47
+ port: 5432
48
+ user: root
49
+ password: root
50
+ charset: utf8
51
+ dbname: nettrine
49
52
```
50
53
51
54
** PostgreSQL**
@@ -153,14 +156,13 @@ nettrine.dbal:
153
156
154
157
connections:
155
158
default:
156
- driver: pdo_mysql
159
+ driver: pdo_pgsql
157
160
host: localhost
158
- dbname: nettrine
161
+ port: 5432
159
162
user: root
160
163
password: root
161
164
charset: utf8
162
- middlewares: []
163
- resultCache: Nette\Caching\Storages\MemoryStorage
165
+ dbname: nettrine
164
166
```
165
167
166
168
Supported drivers:
You can’t perform that action at this time.
0 commit comments