diff --git a/README.md b/README.md index 867e1de..eaf1170 100644 --- a/README.md +++ b/README.md @@ -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. @@ -31,4 +33,4 @@ Stopping process ``` const pbProcess = await tursoBase("pb_data", 8090, tursoClient) pbProcess.kill() -``` \ No newline at end of file +```