meta-sqlite/README.md
david-swift edb78d3936
All checks were successful
SwiftLint / SwiftLint (push) Successful in 4s
Deploy Docs / publish (push) Successful in 18s
Migrate to the Aparoksha gitea instance
2024-10-07 09:14:05 +02:00

29 lines
1001 B
Markdown

<p align="center">
<h1 align="center">SQLite for Meta</h1>
</p>
<p align="center">
<a href="https://meta-sqlite.aparoksha.dev/">
Documentation
</a>
·
<a href="https://git.aparoksha.dev/aparoksha/meta-sqlite">
Code
</a>
</p>
_SQLite for Meta_ is a simple extension for the [Meta](https://meta.aparoksha.dev/) framework remembering state data between app launches.
## Thanks
### Dependencies
- [Meta](https://git.aparoksha.dev/aparoksha/meta) licensed under the [MIT License](https://git.aparoksha.dev/aparoksha/meta/src/branch/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)