CData Python Connector for Blackbaud Raisers Edge NXT

Build 22.0.8462

Connecting

Connecting with a Dialect URL

A specific URL format is used to establish a connection using SQLAlchemy.

from sqlalchemy import create_engine
engine = create_engine("raiseredgenxt:///?InitiateOAuth=GETANDREFRESH;SubscriptionKey=MySubscriptionKey;OAuthClientId=MyOAuthClientId;OAuthClientSecret=MyOAuthClientSecret;CallbackURL=http://localhost:33333;")

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462