From cb4471dc093780b1cc796833af6e5006af379441 Mon Sep 17 00:00:00 2001 From: Krishna Kumar <3963513+kks32@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:00:32 -0600 Subject: [PATCH] Update dapi db connection --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1776098..c08973e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 \ No newline at end of file +* Prof. Scott Brandenberg, University of California Los Angeles