Skip to content

refactor(@angular/build): replace lmdb with node:sqlite for persistent caching#32647

Draft
clydin wants to merge 1 commit intoangular:mainfrom
clydin:application/sqlite-cache
Draft

refactor(@angular/build): replace lmdb with node:sqlite for persistent caching#32647
clydin wants to merge 1 commit intoangular:mainfrom
clydin:application/sqlite-cache

Conversation

@clydin
Copy link
Member

@clydin clydin commented Mar 2, 2026

The persistent cache implementation for the esbuild-based build system is now using the Node.js built-in node:sqlite module, removing the third-party lmdb dependency. The database uses WAL (Write-Ahead Logging) mode and normal synchronous settings for optimal performance during parallel builds.

…t caching

The persistent cache implementation for the esbuild-based build system
is now using the Node.js built-in `node:sqlite` module, removing the
third-party `lmdb` dependency. The database uses WAL (Write-Ahead Logging)
mode and normal synchronous settings for optimal performance during parallel
builds.
@clydin clydin added the target: major This PR is targeted for the next major release label Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: @angular/build state: blocked target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant