Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/databases/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ By adding `encrypt=true` to connection uri parameter, SQLServer will use SSL enc
import connectorx as cx
conn = 'mssql://username:password@server:port/database?encrypt=true&trusted_connection=true' # connection token
query = 'SELECT * FROM table' # query string
cx.read_sql(conn, query) # read data from BigQuery
cx.read_sql(conn, query) # read data from MsSQL
```

### SQLServer-Pandas Type Mapping
Expand Down Expand Up @@ -57,4 +57,4 @@ cx.read_sql(conn, query) # read data from

<p align="center"><img alt="memory chart" src="https://raw.githubusercontent.com/sfu-db/connector-x/main/assets/mssql-mem.png"/></p>

In conclusion, ConnectorX uses **3x** less memory and **14x** less time compared with Pandas.
In conclusion, ConnectorX uses **3x** less memory and **14x** less time compared with Pandas.