Skip to content

Commit

Permalink
Working Async API using Psycopg3
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Mar 6, 2024
1 parent f1bd956 commit e6670b0
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 159 deletions.
2 changes: 1 addition & 1 deletion api/.env.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DATABASE_TYPE=postgres
CONNECTION_URI=postgresql://testuser:testpwd@localhost:5432/honcho
CONNECTION_URI=postgresql+psycopg://testuser:testpwd@localhost:5432/honcho

OPENAI_API_KEY=

Expand Down
Loading

0 comments on commit e6670b0

Please sign in to comment.