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

[question] what is the best way to export database? #139

Open
iliapnmrv opened this issue Aug 27, 2024 · 0 comments
Open

[question] what is the best way to export database? #139

iliapnmrv opened this issue Aug 27, 2024 · 0 comments
Assignees

Comments

@iliapnmrv
Copy link

iliapnmrv commented Aug 27, 2024

Hello! Thank you for this library!

await Share.open({
    url: db.getDbPath(),
    failOnCancel: false,
    type: 'application/x-sqlite3',
});

I'm trying to export db file but .sqlite file does not contain relevant data. Do you have any ideas?
I tried using pragmas but it did not help

await db.executeRawAsync(`PRAGMA synchronous = FULL`);
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

No branches or pull requests

2 participants