fix: pass config object directly to PrismaLibSql, drop @libsql/client #8

Merged
jason merged 1 commits from claude/reverent-proskuriakova into master 2026-03-13 00:28:23 -05:00

1 Commits

Author SHA1 Message Date
8b18566761 fix: pass config object directly to PrismaLibSql, drop @libsql/client
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>
2026-03-13 00:28:06 -05:00