Skip to content

Commit

Permalink
Update dapi db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Feb 20, 2024
1 parent 660c47d commit cb4471d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ dir(dapi)

### Database
```python
import dapi
from dapi.db import DSDatabase

db = dapi.DSDatabase("ngl")
db = DSDatabase("ngl")
sql = 'SELECT * FROM SITE'
df = db.read_sql(sql)
print(df)
Expand Down Expand Up @@ -135,4 +135,4 @@ The project only works on `Python 3.9` due to AgavePy Issue [#125](https://githu

* Krishna Kumar, University of Texas at Austin
* Prof. Pedro Arduino, University of Washington
* Prof. Scott Brandenberg, University of California Los Angeles
* Prof. Scott Brandenberg, University of California Los Angeles

0 comments on commit cb4471d

Please sign in to comment.