From b5a803af5d26f87a7dbd596874c46b44f15dbfa1 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 24 Apr 2024 16:19:00 +1200 Subject: [PATCH] add note about using mysql for db --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9ae7f65..b641dab 100644 --- a/README.md +++ b/README.md @@ -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. ```