Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nodejs
/
node
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
37.3k
Star
122k
Code
Issues
622
Pull requests
553
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
sqlite: expose backup api
- #56253
#56253
Merged
nodejs-github-bot
merged 19 commits into
nodejs:main
nodejs/node:main
from
geeksilva97:sqlite-backup
geeksilva97/node:sqlite-backup
Copy head branch name to clipboard
Feb 5, 2025
Conversation
Commits
19
(19)
Checks
Files changed
Merged
sqlite: expose backup api
#56253
nodejs-github-bot
merged 19 commits into
nodejs:main
nodejs/node:main
from
geeksilva97:sqlite-backup
geeksilva97/node:sqlite-backup
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2025
sqlite, test: expose sqlite online backup api
geeksilva97
committed
587b99c
View commit details
Copy full SHA for 587b99c
Browse repository at this point
sqlite: resolve backup promise with total transferred pages
geeksilva97
committed
cf9a853
View commit details
Copy full SHA for cf9a853
Browse repository at this point
sqlite,test: test DatabaseSync.prototype.backup interface
geeksilva97
committed
54e519d
View commit details
Copy full SHA for 54e519d
Browse repository at this point
sqlite: pass object to progress function instead of two args
geeksilva97
committed
b54bbba
View commit details
Copy full SHA for b54bbba
Browse repository at this point
fixup: improve tests
geeksilva97
committed
338dc68
View commit details
Copy full SHA for 338dc68
Browse repository at this point
sqlite: update interface
geeksilva97
committed
33be389
View commit details
Copy full SHA for 33be389
Browse repository at this point
doc: add backup docs
geeksilva97
committed
52d27f4
View commit details
Copy full SHA for 52d27f4
Browse repository at this point
test: use temp dir to test invalid paths
geeksilva97
committed
3d84319
View commit details
Copy full SHA for 3d84319
Browse repository at this point
doc: fixup: fix typos
geeksilva97
committed
0facc64
View commit details
Copy full SHA for 0facc64
Browse repository at this point
fixup: improve formatting
geeksilva97
committed
e83bd62
View commit details
Copy full SHA for e83bd62
Browse repository at this point
fixup: centralize backup error handling
geeksilva97
committed
a286748
View commit details
Copy full SHA for a286748
Browse repository at this point
fixup: fix new env properties order
geeksilva97
committed
67aae53
View commit details
Copy full SHA for 67aae53
Browse repository at this point
fixup: await rejects assertion
geeksilva97
committed
c893ec2
View commit details
Copy full SHA for c893ec2
Browse repository at this point
sqlite,test,doc: move backup implementation to a separate function
geeksilva97
committed
b4f8e67
View commit details
Copy full SHA for b4f8e67
Browse repository at this point
sqlite,doc: add more details about concurrent edits
geeksilva97
committed
9723481
View commit details
Copy full SHA for 9723481
Browse repository at this point
sqlite,doc: use async/await in backup code example
geeksilva97
committed
87cdfa9
View commit details
Copy full SHA for 87cdfa9
Browse repository at this point
sqlite: use proper functions to open/close database
geeksilva97
committed
ec69076
View commit details
Copy full SHA for ec69076
Browse repository at this point
test: close databases after test
geeksilva97
committed
3c49571
View commit details
Copy full SHA for 3c49571
Browse repository at this point
Commits on Feb 5, 2025
sqlite: fix backup finalization when promise resolves
geeksilva97
committed
4c4d73b
View commit details
Copy full SHA for 4c4d73b
Browse repository at this point
You can’t perform that action at this time.