nalgeon/sqlean

The ultimate set of SQLite extensions

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 59 minutes ago
Type:Library / SDKCategory(s):Relational & SQL DatabasesDatabases & Storage
Added to GitGenius on September 15th, 2026
Created on February 28th, 2021
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 156
Total Stargazers: 4,368 (+0)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.7 hours
Mean response time: 4.9 days
90th percentile: 6.1 days
Tracked items: 15

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 12 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SQLean is a collection of SQLite extensions that adds commonly needed functionality to SQLite.

SQLean addresses the gap between SQLite's core capabilities and the features developers expect from a full-featured database system. It works by packaging multiple specialized extensions that can be loaded into SQLite to provide additional functions and operations. Rather than modifying SQLite itself, the tool extends it through SQLite's extension mechanism, allowing users to selectively load only the functionality they need.

Developers should consider SQLean if they rely on SQLite but find themselves repeatedly implementing the same utility functions or wishing for standard database features. It suits projects where SQLite is the primary database and where adding a dependency on a heavier database system is not practical. The tool is particularly valuable for applications that need string manipulation, mathematical operations, or other common database tasks without the overhead of switching database engines.

The project shows consistent maintenance with regular updates addressing bugs and adding new extensions. Development activity demonstrates responsiveness to issues and a commitment to expanding the extension set based on user needs. The codebase receives ongoing refinement to ensure compatibility with current SQLite versions and to improve the quality of existing extensions.