Skip to content

Commit

Permalink
Chore: Add recommendation alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
MengLinMaker authored Apr 16, 2024
1 parent 4df4dab commit f84cdd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# TursoBase

**Recommend using an auth library instead. Eg: Lucia + Turso. Real time websockets are platform specific, so that would require some backend architecting**

Sync your PocketBase data with Turso. This library enables distributed PocketBase with Turso primary database as master.

Note: PocketBase is not designed to be distributed.
Expand Down Expand Up @@ -31,4 +33,4 @@ Stopping process
```
const pbProcess = await tursoBase("pb_data", 8090, tursoClient)
pbProcess.kill()
```
```

0 comments on commit f84cdd4

Please sign in to comment.