Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swiftlang/swift-toolchain-sqlite
Copy of SQLite for use by clients within the Swift toolchain. This is not a general-purpose wrapper for SQLite.
https://github.com/swiftlang/swift-toolchain-sqlite
Last synced: about 21 hours ago
JSON representation
Copy of SQLite for use by clients within the Swift toolchain. This is not a general-purpose wrapper for SQLite.
- Host: GitHub
- URL: https://github.com/swiftlang/swift-toolchain-sqlite
- Owner: swiftlang
- License: apache-2.0
- Created: 2024-08-05T22:08:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T20:53:20.000Z (19 days ago)
- Last Synced: 2024-11-03T09:14:50.957Z (10 days ago)
- Language: C
- Homepage:
- Size: 2.7 MB
- Stars: 18
- Watchers: 81
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
swift-toolchain-sqlite
======================The [SQLite Amalgamation](https://sqlite.org/amalgamation.html) from sqlite.org as a Swift package.
This is intended as a common infrastructure package for components of the Swift toolchain which depend on SQLite.
It is not intended as a general-purpose SQLite package, nor does it aim to provide Swift wrapper APIs.This package has been tested on macOS, iOS, tvOS, watchOS, visionOS, Mac Catalyst, Linux, Windows, and WebAssembly.
Contributing to /swift-toolchain-sqlite
-------------Contributions to /swift-toolchain-sqlite are welcomed and encouraged! Please see the
[Contributing to Swift guide](https://swift.org/contributing/).Before submitting the pull request, please make sure you have [tested your
changes](https://github.com/swiftlang/swift/blob/main/docs/ContinuousIntegration.md)
and that they follow the Swift project [guidelines for contributing
code](https://swift.org/contributing/#contributing-code). Bug reports should be
filed in [the issue tracker](https://github.com/swiftlang/swift-toolchain-sqlite/issues) of
`swift-toolchain-sqlite` repository on GitHub.To be a truly great community, [Swift.org](https://swift.org/) needs to welcome
developers from all walks of life, with different backgrounds, and with a wide
range of experience. A diverse and friendly community will have more great
ideas, more unique perspectives, and produce more great code. We will work
diligently to make the Swift community welcoming to everyone.To give clarity of what is expected of our members, Swift has adopted the
code of conduct defined by the Contributor Covenant. This document is used
across many open source communities, and we think it articulates our values
well. For more, see the [Code of Conduct](https://swift.org/code-of-conduct/).License
-------
See https://swift.org/LICENSE.txt for license information.