Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct instance name passed to LibSQLAdapter #1558

Merged

Conversation

efkann
Copy link
Contributor

@efkann efkann commented Apr 30, 2024

Currently, docs for SQLite at https://lucia-auth.com/database/sqlite shows a description under LibSQL as:

LibSQLAdapter takes a D1Database instance and a list of table names.

However, we pass a Client instance to it.

https://github.com/lucia-auth/lucia/blob/d285a08dc2eda428236a1b267b19c01886e786ad/packages/adapter-sqlite/src/drivers/libsql.ts#L7C18-L7C24

This PR fixes it.

@pilcrowonpaper pilcrowonpaper merged commit 30b2264 into lucia-auth:main May 1, 2024
@pilcrowonpaper
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants