Skip to content
Discussion options

You must be logged in to vote

Hi @Milanomac - We've added PostgreSQL support using the synchronous psycopg2 driver. Expecting this to make TruLens 2.6 release this week.

The asyncpg driver you were using requires SQLAlchemy's async extension, which TruLens doesn't support yet. However, for most use cases, the sync driver works great - TruLens already handles recording and feedback evaluation in background threads, so you shouldn't see any blocking on your main application.

If your application specifically requires the async database support, let me know.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@sfc-gh-jreini
Comment options

@Milanomac
Comment options

@sfc-gh-jreini
Comment options

@sfc-gh-jreini
Comment options

Answer selected by sfc-gh-jreini
@sfc-gh-jreini
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants