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

Enable the use of PRAGMA Key to encrypt db #1018

Open
wants to merge 133 commits into
base: revert-982-linux-image-bump
Choose a base branch
from

Conversation

K3yr0nym0us
Copy link

Personally, I think that a Sqlite database that has so many features and improvements but that has no way to make it secure seems to me to be of little use, even so, I will use it with the hope that one day it will be able to encrypt its data.

m4heshd and others added 8 commits April 18, 2023 17:40
* Move repetitive build commands into environment variables

* Merge 'https://github.com/mceachen/better-sqlite3/tree/dry-gha-989'

Co-authored-by: mceachen <[email protected]>

---------

Co-authored-by: mceachen <[email protected]>
* Move repetitive build commands into environment variables (#989)

* Move repetitive build commands into environment variables

* Merge 'https://github.com/mceachen/better-sqlite3/tree/dry-gha-989'

Co-authored-by: mceachen <[email protected]>

---------

Co-authored-by: mceachen <[email protected]>

* restore "env." prefixes to NODE_BUILD_CMD and ELECTRON_BUILD_CMD

---------

Co-authored-by: mceachen <[email protected]>
Co-authored-by: Matthew McEachen <[email protected]>
* Add support for Node v20 prebuilds

* Also test v20
Remove node.js v14 builds and testing (runtime EOL)
* Fix out-of-bounds read in statement tail parser

* Add comment with link to tail parsing issue

* Fix missing increment in tail parser + tests
@K3yr0nym0us K3yr0nym0us requested review from JoshuaWise and a team as code owners June 5, 2023 13:40
mceachen and others added 20 commits July 19, 2023 13:31
Prebuild for Node on other architectures as well
Fix buffer create in sandbox mode (electron)
Fix: Allow building with space in path
From the docs:

> This option is obsolete. It used to enable some extra some extra
> PRAGMA statements such as PRAGMA function_list, PRAGMA module_list,
> and PRAGMA pragma_list, but those pragmas are now all enabled by
> default.  See SQLITE_OMIT_INTROSPECTION_PRAGMAS.

It has been obsolete since 2019-10-04 (with SQLite 3.30.0).
* Added `webpack` support

* changed from `webpack_require` to `non_webpack_require`

* Update database.js

Added URL to webpack documentation

* feat(database): now `nativeBinding` supports addon object

* style(package): line break removed

---------

Co-authored-by: Matthew McEachen <[email protected]>
added HAVE_USLEEP=1 compile-time option
Meztlicoatl and others added 9 commits October 29, 2024 11:45
* add linux arm64 prebuilds for electron

Signed-off-by: Svetoslav Borislavov <[email protected]>

* Update .github/workflows/build.yml

Co-authored-by: Pavel Borisov <[email protected]>

---------

Signed-off-by: Svetoslav Borislavov <[email protected]>
Co-authored-by: Pavel Borisov <[email protected]>
@m10rten
Copy link

m10rten commented Jan 2, 2025

@JoshuaWise We are currently searching for this feature in SQLite, would help us if this were to be available.

SvetBorislavov and others added 19 commits January 4, 2025 08:41
add Electron 34 to prebuild versions
…e version 3.48.0

added tests for SQLITE_ENABLE_UPDATE_DELETE_LIMIT
* Add note about statement finalization

* PR comment
See: #1277

Co-authored-by: alxndrsn <alxndrsn>
"you might except..." => "you might expect".
The Node.js documentation states that `os.cpus()` should not be used to calculate the amount of threads an app should launch because CPU information might be unavailable.

In Node.js v19.4.0 and v18.14.0, `os.availableParallelism()` was added for that purpose.
This fixes #1348 by building the artifacts on a base Linux image with glibc 2.31.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.