Couchbase Mobile brings the power of NoSQL to the edge. It is comprised of three components:
Couchbase Mobile supports flexible deployment models. You can deploy:
In this learning path you will get started with the Couchbase Lite .NET SDK using a Xamarin Forms mobile app. You will learn how to get and insert documents using the key-value engine, query the database using the QueryBuilder engine, and learn how to sync information between your mobile app and a Couchbase Server using Sync Gateway.
Before you get started you should take the following prerequisites into consideration:
This learning path assumes familiarity with building apps with Xamarin, more specifically Xamarin.Forms using C# and XAML.
For iOS/Mac development, you will need a Mac running MacOS 11 or 12
iOS/Mac (Xcode 12/13) - Download latest version from the Mac App Store or via Xcodes
Note: If you are using an older version of Xcode, which you need to retain for other development needs, make a copy of your existing version of Xcode and install the latest Xcode version. That way you can have multiple versions of Xcode on your Mac. More information can be found in Apple's Developer Documentation. The open source Xcodes project simplifies this process.
Note: You can not edit or debug UWP projects with Visual Studio for Mac and you can't edit or debug Mac projects with Visual Studio for PC.
curl HTTP client