Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/