29 lines
997 B
Markdown
29 lines
997 B
Markdown
<p align="center">
|
|
<h1 align="center">SQLite for Meta</h1>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://aparokshaui.github.io/meta-sqlite/">
|
|
Documentation
|
|
</a>
|
|
·
|
|
<a href="https://github.com/AparokshaUI/meta-sqlite">
|
|
GitHub
|
|
</a>
|
|
</p>
|
|
|
|
_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)
|