Skip to content

Commit

Permalink
docs(workers): Added realm example
Browse files Browse the repository at this point in the history
Added realm example by @manniL
  • Loading branch information
itpropro authored Feb 20, 2023
1 parent ba0a184 commit fc4df3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.deploy/2.workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following libraries are known to be incompatible with edge workers because o
- `mongodb`

> There are possible fixes for MongoDB, like using Realm and the [Realm SDK](https://www.mongodb.com/docs/realm/sdk/node/) or
> using http interfaces (only available when self hosting MongoDB), but these are untested.
> using http interfaces (only available when self hosting MongoDB), but these are untested. You can find an example for using realm [here](https://github.com/albionstatus/albionstatus-backend/)
- `mysql`

Expand Down

0 comments on commit fc4df3e

Please sign in to comment.