fix: pass config object directly to PrismaLibSql, drop @libsql/client #8
Reference in New Issue
Block a user
Delete Branch "claude/reverent-proskuriakova"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PrismaLibSql constructor takes a Config object (with url), not a
pre-created Client instance. Remove the unnecessary createClient call
and the @libsql/client direct dependency.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com