add note about using mysql for db

This commit is contained in:
liamcottle
2024-04-24 16:19:00 +12:00
parent d24f684a2f
commit b5a803af5d

View File

@ -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"
```
> Note: Some queries are MySQL specific. Other db providers have not been tested.
Migrate the database.
```