We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sqlite3
better-sqlite3
Please see https://github.com/WiseLibs/better-sqlite3.
The idea is to replace the "native" npm package of sqlite3 with a faster variant. E.g. wizeline/project-lab#297, WiseLibs/better-sqlite3#262, etc.
Note: it also should be replaced in Desktop Apps / Server, not only in the backend APIs.
In your ormconfig.json change the type to "type": "better-sqlite3",
import Database from 'better-sqlite3'; const db = new Database('foobar.db', options); db.pragma('journal_mode = WAL');
The text was updated successfully, but these errors were encountered:
Merge remote-tracking branch 'origin/develop' into feat/#4717-better-…
d09325e
…sqlite-3
Merge pull request #6936 from ever-co/feat/#4717-better-sqlite-3
934c8ba
Feat/#4717 better sqlite 3
rahul-rocket
adkif
No branches or pull requests
Please see https://github.com/WiseLibs/better-sqlite3.
The idea is to replace the "native" npm package of sqlite3 with a faster variant.
E.g. wizeline/project-lab#297, WiseLibs/better-sqlite3#262, etc.
Note: it also should be replaced in Desktop Apps / Server, not only in the backend APIs.
In your ormconfig.json change the type to "type": "better-sqlite3",
The text was updated successfully, but these errors were encountered: