Use state properties remembering their values between app launches with the Meta framework https://meta-sqlite.aparoksha.dev/
Go to file
david-swift cd48784024
All checks were successful
Deploy Docs / publish (push) Successful in 19s
SwiftLint / SwiftLint (push) Successful in 2s
Set Meta version to 0.1.0
2024-10-17 19:57:05 +02:00
.gitea Migrate to the Aparoksha gitea instance 2024-10-07 09:14:05 +02:00
Sources Use file URL initializer for creating directory 2024-10-08 15:41:48 +02:00
Tests Initial commit 2024-10-04 00:35:31 +02:00
.gitignore Migrate to the Aparoksha gitea instance 2024-10-07 09:14:05 +02:00
.swiftlint.yml Migrate to the Aparoksha gitea instance 2024-10-07 09:14:05 +02:00
LICENSE.md Initial commit 2024-10-04 00:35:31 +02:00
Package.swift Set Meta version to 0.1.0 2024-10-17 19:57:05 +02:00
README.md Migrate to the Aparoksha gitea instance 2024-10-07 09:14:05 +02:00

SQLite for Meta

Documentation · Code

SQLite for Meta is a simple extension for the Meta framework remembering state data between app launches.

Thanks

Dependencies

Other Thanks

  • DocC used for the documentation
  • SwiftLint for checking whether code style conventions are violated
  • The programming language Swift