File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Oracle
22
33
4- ### SQLite Connection
4+ ### Oracle Connection
55``` py
66import connectorx as cx
77conn = ' oracle://username:password@server:port/database' # connection token
88query = ' SELECT * FROM table' # query string
9- cx.read_sql(conn, query) # read data from BigQuery
9+ cx.read_sql(conn, query) # read data from Oracle
1010```
1111
1212### Oracle-Pandas Type Mapping
@@ -37,4 +37,4 @@ cx.read_sql(conn, query) # read data from
3737
3838<p align =" center " ><img alt =" memory chart " src =" https://raw.githubusercontent.com/sfu-db/connector-x/main/assets/oracle-mem.png " /></p >
3939
40- In conclusion, ConnectorX uses ** 3x** less memory and ** 3x** less time compared with Pandas.
40+ In conclusion, ConnectorX uses ** 3x** less memory and ** 3x** less time compared with Pandas.
You can’t perform that action at this time.
0 commit comments