Explore the SDK Playground
- tutorial
Use the SDK Playground to learn more about Couchbase’s SDKs and SQL++.
The SDK Playground gives you interactive tutorials that let you try out Couchbase SDK and SQL++ code examples inside the Couchbase Capella UI.
If you want to disable the SDK Playground:
|
To use the SDK Playground:
-
From the Start page, click Playground.
-
Do any of the following:
-
To change the bucket targeted by the SDK Playground examples, in the Bucket list, select a bucket.
-
To change the scope targeted by the SDK Playground examples, in the Scope list, select a scope.
-
To change the programming language for the generated code samples, above the example code, select the Node.js, Python, .NET, or Java tab.
-
To view the full example code for an example, select the Full Code tab.
-
To run the example code in the SDK Playground, click Run.
The SDK Playground returns a response to the code in the Response field.
-
To go to the next part of the tutorial, click Next.
-
To return to a previous tutorial, click Previous.
-
To go to a specific tutorial, in the Jump to Example list, select a tutorial.
-
Next Steps
If you want to connect to your database:
-
Generate database credentials to securely connect and control access to your database. For more information, see Configure Database Credentials
-
Add your current IP address as an allowed IP for your database. For more information, see Configure Allowed IP Addresses
-
Choose and install a Couchbase SDK
-
(Optional) Download the security certificate for your database and add it to your application’s server machine or IDE:
-
From the Start page, go to
. -
Click Download.
-