Couchbase using Swift

How can I use Couchbase Server while using Swift on Server with the Vapor framework since there’s no Swift SDK only for mobile through Couchbase Lite

I’m not aware of a project for Fluent (the ORM preferred by Vapor) that supports Couchbase, but it should be pretty straightforward to implement something like this. I do know there is a Swift around libcouchbase. Have a look at https://github.com/Zev23/CouchbaseSwift. That’d enable server side development.

Thanks, I’m a complete n00b at writing wrappers but I will try and see how it goes :grin: Do you have any pointers to any resources which might help in that regard on writing wrappers for C libraries