xerial/sqlite-jdbc

SQLite JDBC Driver

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 44 minutes ago
Type:Library / SDKCategory(s):Relational & SQL DatabasesDatabases & Storage
Added to GitGenius on September 21st, 2026
Created on August 6th, 2014
Open Issues & Pull Requests: 60 (+0)
GitHub issues: Enabled
Number of forks: 673
Total Stargazers: 3,290 (+0)
Total Subscribers: 98 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.4 hours
Mean response time: 46.6 days
90th percentile: 15.7 days
Tracked items: 91

How this project is maintained

Work labelled "troubleshooting" is answered fastest, typically in about 7 hours, while "enhancement" waits about 2 days. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 17
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 734 days
Stale 30+ days: 14
Stale 90+ days: 13

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • question (23)
  • released (19)
  • troubleshooting (19)
  • triage (13)
  • enhancement (11)
  • enhancement:SQLite (7)
  • bug (4)
  • enhancement:JDBC (4)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

SQLite JDBC is a JDBC driver that enables Java applications to access and create SQLite database files through the standard Java Database Connectivity API.

The driver solves the problem of integrating SQLite databases into Java applications by providing a complete JDBC implementation. Its key advantage is that native libraries for major operating systems—Windows, macOS, and Linux—are bundled into a single JAR file, eliminating the need for separate native library installation or configuration. Developers can add the JAR to their classpath and immediately open database connections using standard JDBC methods like DriverManager.getConnection.

The tool suits any Java project that needs embedded database functionality without external dependencies or server setup. It is particularly valuable for applications requiring lightweight persistence, testing scenarios, or distribution to end users where SQLite's zero-configuration nature is beneficial. The project maintains compatibility with each new SQLite release by publishing corresponding driver versions.

Development activity is steady but conservative. The project is maintained and follows every new SQLite version with corresponding releases. Bug reports are investigated and fixed where possible. New features are accepted through pull requests rather than driven by the maintainers' roadmap.