You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/database-drivers.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ description: >-
8
8
9
9
Since Speedtest Tracker is built on the Laravel Framework any of the framework's supported database [drivers](https://laravel.com/docs/10.x/database#configuration) are also supported.
10
10
11
-
SQLite ships as the default driver but you can also use MySQL/MariaDB/Postgres. 
11
+
SQLite ships as the default driver but you can also use MySQL/MariaDB/Postgres.
12
12
13
13
> While SQL Server is supported by Laravel it hasn't been tested with Speedtest Tracker so no support will be provided for that driver.
14
14
@@ -18,7 +18,7 @@ SQLite ships as the default driver but you can also use MySQL/MariaDB/Postgres.&
18
18
19
19
#### SQLite (Default)
20
20
21
-
SQLite is a good option for simple installs. The database will be create automatically inside the docker volume. 
21
+
SQLite is a good option for simple installs. The database will be create automatically inside the docker volume.
22
22
23
23
| Environment Variable | Value |
24
24
| -------------------- | -------- |
@@ -56,3 +56,4 @@ SQLite is a good option for simple installs. The database will be create automat
56
56
|`DB_DATABASE`| Name of the database you'll connect to. |
57
57
|`DB_USERNAME`| User that'll be used to connect to the database. |
58
58
|`DB_PASSWORD`| Password for the user above. |
59
+
|`DB_SEARCH_PATH`| To change the database schema used by Postgres. |
0 commit comments