GRDBQuery
GRDBQuery copied to clipboard
The SwiftUI companion for GRDB
Hey, the new Xcode and iOS 16 beta now show a warning which reads as following: `Publishing changes from within view updates is not allowed, this will cause undefined behavior.`...
`@EnvironmentState` is a property wrapper that behaves like `@State`, and allows to initialize the state value from the SwiftUI environment.
Hi, The current way to write queries seem to be pretty verbose with requiring a separate struct and the default value being inside the query struct which can get a...
Database allows to track all sql statements via `track` method. What about adding possibility to track any publisher event by providing to Query some configuration(`QueryPublisherPrintConfiguration` in PR), which defines parameters...