https://github.com/aparokshaui/meta-sqlite
This project has moved to https://git.aparoksha.dev/aparoksha/meta-sqlite - Use state properties remembering their values between app launches with the Meta framework
https://github.com/aparokshaui/meta-sqlite
declarative linux macos sqlite swift swiftui ui windows
Last synced: 8 months ago
JSON representation
This project has moved to https://git.aparoksha.dev/aparoksha/meta-sqlite - Use state properties remembering their values between app launches with the Meta framework
- Host: GitHub
- URL: https://github.com/aparokshaui/meta-sqlite
- Owner: AparokshaUI
- License: mit
- Archived: true
- Created: 2024-10-03T22:36:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:14:06.000Z (over 1 year ago)
- Last Synced: 2024-10-20T05:19:53.360Z (over 1 year ago)
- Topics: declarative, linux, macos, sqlite, swift, swiftui, ui, windows
- Language: Swift
- Homepage: https://aparokshaui.github.io/meta-sqlite
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
> [!IMPORTANT]
>
> **This project has moved. You can find it [here](https://git.aparoksha.dev/aparoksha/meta-sqlite).**
>
> The decision is based on [this article](https://sfconservancy.org/GiveUpGitHub/).
>
> Thanks to [No GitHub](https://codeberg.org/NoGitHub) for the badge used below.
>
> [](https://sfconservancy.org/GiveUpGitHub/)
SQLite for Meta
_SQLite for Meta_ is a simple extension for the [Meta](https://aparokshaui.github.io/Meta) framework, remembering state data between app launches.
## Thanks
### Dependencies
- [Meta](https://github.com/AparokshaUI/Meta) licensed under the [MIT License](https://github.com/AparokshaUI/Meta/blob/main/LICENSE.md)
- [SQLite.swift](https://github.com/stephencelis/SQLite.swift) licensed under the [MIT License](https://github.com/stephencelis/SQLite.swift/blob/master/LICENSE.txt)
### Other Thanks
- [DocC](https://github.com/apple/swift-docc) used for the documentation
- [SwiftLint](https://github.com/realm/SwiftLint) for checking whether code style conventions are violated
- The programming language [Swift](https://github.com/swiftlang/swift)