29 lines
1001 B
Markdown
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)
|