Skip to content

Files

Latest commit

8007112 · Sep 29, 2024

History

History

Documentation

Documentation

This directory contains two demo apps. Open DemoApps.xcworkspace in Xcode for a convenient access to both of them.

  • QueryDemo uses the @Query property wrapper.
  • MVVMDemo uses the @EnvironmentStateObject property wrapper as a support for the MVVM architecture, using the SwiftUI environment for dependency injection.
  • Both apps share the Players package, which wraps a database that contains "players".