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
Copy file name to clipboardExpand all lines: DEVELOP.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ pnpm build
20
20
21
21
The PowerSync service requires Postgres and MongoDB server connections. These configuration details can be specified in a `powersync.yaml` (or JSON) configuration file.
22
22
23
-
See the [Self hosting demo](https://github.com/powersync-ja/self-host-demo) for demos of starting these services.
23
+
See the [self-hosting demo](https://github.com/powersync-ja/self-host-demo) for demos of starting these services.
24
24
25
25
A quick method for running all required services with a handy backend and frontend is to run the following in a checked-out `self-host-demo` folder.
26
26
@@ -65,7 +65,7 @@ Some tests for these packages require a connection to MongoDB and Postgres. Conn
_[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync engine, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline._
5
+
*[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres or MongoDB on the server-side (MySQL coming soon).*
6
6
7
7
# PowerSync Service
8
8
9
-
`powersync-service` is the monorepo for the core [PowerSync service](https://docs.powersync.com/architecture/powersync-service).
9
+
`powersync-service` is the monorepo for the core [PowerSync Service](https://docs.powersync.com/architecture/powersync-service).
10
10
11
11
The service can be started using the public Docker image. See the image [notes](./service/README.md)
12
12
@@ -19,7 +19,7 @@ The service can be started using the public Docker image. See the image [notes](
19
19
20
20
-[packages/jpgwire](./packages/jpgwire/README.md)
21
21
22
-
- Customized version of [pgwire](https://www.npmjs.com/package/pgwire?activeTab=dependencies)
22
+
- Customized version of [pgwire](https://www.npmjs.com/package/pgwire?activeTab=dependencies) (used with Postgres)
23
23
24
24
-[packages/jsonbig](./packages/jsonbig/README.md)
25
25
@@ -33,8 +33,8 @@ The service can be started using the public Docker image. See the image [notes](
33
33
34
34
- Library containing logic for PowerSync sync rules
35
35
36
-
-[packages/types](./packages/types/README.md)
37
-
- Type definitions for the PowerSync service
36
+
-[packages/types](./packages/types/)
37
+
- Type definitions for the PowerSync Service
38
38
39
39
## Libraries
40
40
@@ -46,7 +46,7 @@ The service can be started using the public Docker image. See the image [notes](
46
46
47
47
-[service](./service/README.md)
48
48
49
-
Contains the PowerSync service code. This project is used to build the `journeyapps/powersync-service` Docker image.
49
+
Contains the PowerSync Service code. This project is used to build the `journeyapps/powersync-service` Docker image.
*[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync engine, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline.*
5
+
*[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres or MongoDB on the server-side (MySQL coming soon).*
0 commit comments