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
For data store, why not start with a relational database classic: MySQL.
2
2
3
3
You can set up a MySQL-compatible serverless database:
4
-
* PlanetScale (Vitess)
5
4
* TiDB Cloud - https://tidbcloud.com/
6
5
7
-
8
-
## Laravel with MySQL-compatible PlanetScale
9
-
10
-
For a basic PlanetScale and Wasmer Edge connection, follow [our guide here](/edge/integrations/planetscale).
11
-
12
-
Once you're setup with PlanetScale, connect your Laravel application in Wasmer Edge through the following steps below:
13
-
14
-
1. Get Laravel connection information from PlanetScale instance
15
-
2. Connect from Laravel application in Wasmer Edge.
16
-
17
-
Once initialized, your database dashboard should have metrics and options like so:
18
-
19
-
1. Click on the Connect button at the top right, this should provide a box of information for connecting with your PlanetScale database.
20
-
2. First though, make sure to add a password, by clicking on the “New Password” button at the upper right corner. This should show you a new password afterwards.
21
-
3. Next, select “Laravel” in the list labeled “Connect with”
22
-
23
-
Take note of the connection string provided and let’s move on!
24
-
25
-
26
6
## Laravel with MySQL-compatible TiDB
27
7
28
8
You can also use TiDB in Wasmer Edge. TiDB is mostly MySQL-compatible (although it has some minor incompatiblities).
Copy file name to clipboardExpand all lines: pages/edge/support.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Wasmer Edge support channels
2
2
3
+
If you need help with Wasmer Edge, you can reach us in the following ways:
4
+
5
+
## Email support
6
+
7
+
For direct support, including account, billing, or technical issues that aren't suitable for public discussion, contact us at **[email protected]**.
8
+
3
9
## Issues
4
10
5
11
If you have concrete, actionable issues, please create a new issue in the [wasmer-edge-support repository](https://github.com/wasmerio/wasmer-edge-support).
0 commit comments