meta-sqlite/README.md

29 lines
1001 B
Markdown
Raw Normal View History

2024-10-04 00:35:31 +02:00
<p align="center">
<h1 align="center">SQLite for Meta</h1>
</p>
<p align="center">
<a href="https://meta-sqlite.aparoksha.dev/">
2024-10-04 00:35:31 +02:00
Documentation
</a>
·
<a href="https://git.aparoksha.dev/aparoksha/meta-sqlite">
Code
2024-10-04 00:35:31 +02:00
</a>
</p>
_SQLite for Meta_ is a simple extension for the [Meta](https://meta.aparoksha.dev/) framework remembering state data between app launches.
2024-10-04 00:35:31 +02:00
## 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)
2024-10-04 00:35:31 +02:00
- [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)