add note about using mysql for db
This commit is contained in:
parent
d24f684a2f
commit
b5a803af5d
1 changed files with 2 additions and 0 deletions
|
|
@ -110,6 +110,8 @@ Add a database [connection string for prisma](https://www.prisma.io/docs/getting
|
||||||
DATABASE_URL="mysql://root@localhost:3306/meshtastic-map?connection_limit=100"
|
DATABASE_URL="mysql://root@localhost:3306/meshtastic-map?connection_limit=100"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Note: Some queries are MySQL specific. Other db providers have not been tested.
|
||||||
|
|
||||||
Migrate the database.
|
Migrate the database.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue