Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs

Packages are published to [NuGet](https://www.nuget.org/profiles/PowerSync).

- [PowerSync/Common](./PowerSync/Common/README.md)

- [PowerSync.Common](./PowerSync/PowerSync.Common/README.md)
- Core package: .NET implementation of a PowerSync database connector and streaming sync bucket implementation. Packages meant for specific platforms will extend functionality of `Common`.
- [PowerSync.Maui](./PowerSync/PowerSync.Maui/README.md)
- Extends the PowerSync.Common package to provide the .NET Multi-platform App UI (MAUI) integration for PowerSync for cross-platform mobile and desktop applications.

## Demo Apps / Example Projects

Expand Down Expand Up @@ -106,4 +107,4 @@ dotnet test -v n --framework net8.0 --filter "test-file-pattern"
## Using the PowerSync.Common package in your project
```bash
dotnet add package PowerSync.Common --prerelease
```
```