Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perfaram/grdbdocumentbasedappexample
Example document-based SwiftUI app using GRDB
https://github.com/perfaram/grdbdocumentbasedappexample
filedocument grdb nsfilewrapper referencefiledocument sqlite swiftui
Last synced: 9 days ago
JSON representation
Example document-based SwiftUI app using GRDB
- Host: GitHub
- URL: https://github.com/perfaram/grdbdocumentbasedappexample
- Owner: perfaram
- License: mit
- Created: 2023-02-25T20:21:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-25T20:24:58.000Z (over 1 year ago)
- Last Synced: 2023-08-17T01:22:00.972Z (about 1 year ago)
- Topics: filedocument, grdb, nsfilewrapper, referencefiledocument, sqlite, swiftui
- Language: Swift
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GRDBDocumentBasedAppExample
An example SwiftUI app using `ReferenceFileDocument` to wrap a GRDB database. Also uses [GRDBUndoRedo](https://github.com/perfaram/GRDBUndoRedo) for a straightforward undo-redo support based on database operations.