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
Accelerator
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
Type
/
to 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 }}
jaechoon2
/
node-sqlite3
Public
forked from
TryGhost/node-sqlite3
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 28, 2012
Merge branch 'master' of github.com:developmentseed/node-sqlite3
Dane Springmeyer
committed
1173659
View commit details
Copy full SHA for 1173659
Browse repository at this point
Merge pull request #87 from coolaj86/with-sqlite-3.7.13
Show description for 42aa8c8
Dane Springmeyer
committed
42aa8c8
View commit details
Copy full SHA for 42aa8c8
Browse repository at this point
call make test from npm to make sure paths are set up right
Dane Springmeyer
committed
2bfa64a
View commit details
Copy full SHA for 2bfa64a
Browse repository at this point
ad DS_Store to ignores
Dane Springmeyer
committed
306c6d0
View commit details
Copy full SHA for 306c6d0
Browse repository at this point
put local expresso on path and clean up test db in clean target
Dane Springmeyer
committed
59d9e0a
View commit details
Copy full SHA for 59d9e0a
Browse repository at this point
Commits on Sep 27, 2012
Merge pull request #88 from developmentseed/gyp-note
Show description for 563f3b9
Dane Springmeyer
committed
563f3b9
View commit details
Copy full SHA for 563f3b9
Browse repository at this point
Commits on Jul 23, 2012
Add note about installing node-gyp.
wrynearson
committed
1fbd51b
View commit details
Copy full SHA for 1fbd51b
Browse repository at this point
Commits on Jul 22, 2012
added test to create fts contentless table
AJ ONeal
committed
48d7061
View commit details
Copy full SHA for 48d7061
Browse repository at this point
version bump, added contributor, mention #85 #86
AJ ONeal
committed
2bd9178
View commit details
Copy full SHA for 2bd9178
Browse repository at this point
updated to sqlite v3.7.13
AJ ONeal
committed
60ce8cb
View commit details
Copy full SHA for 60ce8cb
Browse repository at this point
Commits on Jun 27, 2012
bump to version v2.1.5
kkaefer
committed
ea61106
View commit details
Copy full SHA for ea61106
Browse repository at this point
Merge branch 'master' of github.com:developmentseed/node-sqlite3
kkaefer
committed
9838160
View commit details
Copy full SHA for 9838160
Browse repository at this point
correct package.json
kkaefer
committed
fc7279c
View commit details
Copy full SHA for fc7279c
Browse repository at this point
Commits on Jun 25, 2012
Update master
kkaefer
committed
081ae71
View commit details
Copy full SHA for 081ae71
Browse repository at this point
Commits on Jun 20, 2012
bump to version v2.1.4
kkaefer
committed
51a301e
View commit details
Copy full SHA for 51a301e
Browse repository at this point
make package.json valid
kkaefer
committed
da74d42
View commit details
Copy full SHA for da74d42
Browse repository at this point
Commits on Jun 19, 2012
Makefile: expand NODE_PATH properly
TooTallNate
committed
d569797
View commit details
Copy full SHA for d569797
Browse repository at this point
gitignore: ignore the test/tmp dir
TooTallNate
committed
41b98a8
View commit details
Copy full SHA for 41b98a8
Browse repository at this point
test: fix deprecation warning from path.existsSync()
TooTallNate
committed
383ff35
View commit details
Copy full SHA for 383ff35
Browse repository at this point
fixes to support node >= v0.7.9
Show description for 211f277
TooTallNate
committed
211f277
View commit details
Copy full SHA for 211f277
Browse repository at this point
package: support node v0.6.13-v0.8.x
TooTallNate
committed
d4fe338
View commit details
Copy full SHA for d4fe338
Browse repository at this point
Commits on Apr 23, 2012
bump to version v2.1.3
kkaefer
committed
71c7892
View commit details
Copy full SHA for 71c7892
Browse repository at this point
rename sqlite3.gyp to binding.gyp to work around https://github.com/isaacs/npm/issues/2372
kkaefer
committed
4ed468c
View commit details
Copy full SHA for 4ed468c
Browse repository at this point
bump version number and require 0.6.13 for gyp support
kkaefer
committed
7d76340
View commit details
Copy full SHA for 7d76340
Browse repository at this point
Merge branch 'master' into gyp
Show description for bc3cfa1
kkaefer
committed
bc3cfa1
View commit details
Copy full SHA for bc3cfa1
Browse repository at this point
Commits on Mar 26, 2012
package.json: support node >= 0.6.0
TooTallNate
committed
427fd32
View commit details
Copy full SHA for 427fd32
Browse repository at this point
Revert "Remove the wscript file."
Show description for 77176d6
TooTallNate
committed
77176d6
View commit details
Copy full SHA for 77176d6
Browse repository at this point
Commits on Mar 7, 2012
Fix bindings require path.
TooTallNate
committed
229d62f
View commit details
Copy full SHA for 229d62f
Browse repository at this point
Revert "Use node-bindings."
Show description for 53c90a8
TooTallNate
committed
53c90a8
View commit details
Copy full SHA for 53c90a8
Browse repository at this point
bindings.gyp -> binding.gyp
TooTallNate
committed
abdf5da
View commit details
Copy full SHA for abdf5da
Browse repository at this point
Remove the wscript file.
Show description for f82a33f
TooTallNate
committed
f82a33f
View commit details
Copy full SHA for f82a33f
Browse repository at this point
remove wscript and add npm test
kkaefer
committed
ba5f504
View commit details
Copy full SHA for ba5f504
Browse repository at this point
Merge remote-tracking branch 'tootallnate/gyp'
Show description for 63d1efd
kkaefer
committed
63d1efd
View commit details
Copy full SHA for 63d1efd
Browse repository at this point
Commits on Feb 28, 2012
don't enforce SQLITE_OPEN_FULLMUTEX when mode is set
Show description for 04974ea
kkaefer
committed
04974ea
View commit details
Copy full SHA for 04974ea
Browse repository at this point
Commits on Feb 13, 2012
Syntax highlighting in the README.
TooTallNate
committed
eb4e5a3
View commit details
Copy full SHA for eb4e5a3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.