Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rderik/SQLite3
A Swifty example of a Wrapper on top of the SDK sqlite3 C library.
https://github.com/rderik/SQLite3
Last synced: 3 months ago
JSON representation
A Swifty example of a Wrapper on top of the SDK sqlite3 C library.
- Host: GitHub
- URL: https://github.com/rderik/SQLite3
- Owner: rderik
- Created: 2019-11-07T22:05:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T22:06:03.000Z (over 5 years ago)
- Last Synced: 2024-08-06T23:51:45.833Z (7 months ago)
- Language: Swift
- Size: 2.93 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SQLite3
A Swifty example of a Wrapper on top of the SDK `sqlite3` C library.
If you want to read the article that explains the code here is the link:
https://rderik.com/blog/making-a-c-library-available-in-swift-using-the-swift-package/