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

add sqlocal connection including example #113

Merged
merged 1 commit into from
Mar 15, 2025

Conversation

dswbx
Copy link
Contributor

@dswbx dswbx commented Mar 15, 2025

adds sqlocal support for a fully local app.

import { SQLocalConnection } from "@bknd/sqlocal";

const connection = new SQLocalConnection({
   databasePath: "db.sqlite"
});

Verified

This commit was signed with the committer’s verified signature.
LemonNekoGH LemonNeko
@dswbx dswbx merged commit 4085d56 into release/0.10 Mar 15, 2025
2 checks passed
@dswbx dswbx deleted the feat/data-sqlocal-connection branch March 15, 2025 13:43
@dswbx dswbx mentioned this pull request Mar 15, 2025
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.

None yet

1 participant