Wrap the C SDK or create native Swift #3
|
Heya, I'm experimenting with writing a swift client myself. I noticed that instead of wrapping the C SDK, you chose to create a native Go client. As far as I can see, I don't see any cgo being used. Is there a reason why you chose not to wrap the C client? I'm debating whether to continue tinkering with the Swift build tool versus just writing it all natively. |
Answered by
dangdennis
Apr 4, 2024
Replies: 2 comments 1 reply
|
Nevermind! I'm blind. There's already a client https://github.com/sqlitecloud/swift. |
0 replies
Answer selected by
Gioee
|
Hi @dangdennis please note that we need to update the C SDK used by the Swift SDK. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind! I'm blind. There's already a client https://github.com/sqlitecloud/swift.