[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis code snippet demonstrates how to create a new Connection object using the \u003ccode\u003emake_connection\u003c/code\u003e function.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emake_connection\u003c/code\u003e function allows you to specify an optional \u003ccode\u003edatastore_rpc.Configuration\u003c/code\u003e object to customize the connection.\u003c/p\u003e\n"],["\u003cp\u003eThe function's parameters include \u003ccode\u003econfig\u003c/code\u003e, \u003ccode\u003edefault_model\u003c/code\u003e, \u003ccode\u003e_api_version\u003c/code\u003e, and \u003ccode\u003e_id_resolver\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe code provides a link to the source on GitHub for further reference and context.\u003c/p\u003e\n"]]],[],null,["# google.appengine.ext.ndb.make_connection\n\n\u003cbr /\u003e\n\nCreate a new Connection object with the right adapter. \n\n google.appengine.ext.ndb.make_connection(\n config=None,\n default_model=None,\n _api_version=datastore_rpc._DATASTORE_V3,\n _id_resolver=None\n )\n\nOptionally you can pass in a datastore_rpc.Configuration object."]]