# Connection String

### Steps

The [Lyftrondata](https://www.lyftrondata.com/) driver for [Pipeline Deals](https://github.com/Lyftrondata/GitBook/blob/SalesAnalytics/sales-analytics/pipeline-deals/driver-framework/None/README.md) provides the connection string steps documented below. For more detailed information about driver connectivity, visit the [Connection Steps](https://github.com/Lyftrondata/GitBook/blob/SalesAnalytics/erp/dynamics-365-business-central/connection-steps.md) section of this document.

```python
import Lyftrondata.MyConnector.lib.Lyftrondata_MyConnector_Connector as con
lyft = con.Connect("My Lyftrondata license key")
init = lyft.initialise(username="my username",password="my password")
df = lyft.execute_query("Select * from my sys.connectionstring")
print(df)  //my pandas dataframe
```

### Quickstart Steps

Do you have questions about how to use the platform? Don't worry; we've got you covered. Simply follow the quickstart instructions [here](https://docs.lyftrondata.com/sales-analytics/readme/pipeline-deals/driver-framework).

### Questions? <a href="#questions" id="questions"></a>

We're always happy to answer any additional questions you may have! [Set up a meeting with our data experts.](https://www.lyftrondata.com/book-a-meeting/)
