An open API service indexing awesome lists of open source software.

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

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.
>
> [![No GitHub](https://nogithub.codeberg.page/badge.svg)](https://sfconservancy.org/GiveUpGitHub/)


SQLite for Meta



Documentation

·

GitHub

_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)