{"id":13518182,"url":"https://github.com/mindreframer/awesome-sqlite","last_synced_at":"2026-01-24T16:37:12.374Z","repository":{"id":66494678,"uuid":"85207882","full_name":"mindreframer/awesome-sqlite","owner":"mindreframer","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-21T15:18:10.000Z","size":3,"stargazers_count":41,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T00:44:16.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mindreframer.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-16T14:54:11.000Z","updated_at":"2024-02-10T23:33:17.000Z","dependencies_parsed_at":"2023-02-21T13:00:26.579Z","dependency_job_id":null,"html_url":"https://github.com/mindreframer/awesome-sqlite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindreframer%2Fawesome-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindreframer%2Fawesome-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindreframer%2Fawesome-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mindreframer%2Fawesome-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mindreframer","download_url":"https://codeload.github.com/mindreframer/awesome-sqlite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239418544,"owners_count":19635203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T05:01:41.733Z","updated_at":"2026-01-24T16:37:12.334Z","avatar_url":"https://github.com/mindreframer.png","language":null,"readme":"All things around SQLite\n\n### Crazy useful SQLite projects\n\n  - https://github.com/btrask/sqlheavy - SQLite ported to LevelDB, LMDB, RocksDB, and anything else you can imagine\n  - https://github.com/slanska/flexilite - SQLite extension library, written in C. Based on EAV/CR storage, implements most of data schema refactoring patterns and more\n  - https://github.com/DrPaulBrewer/multicoresql - A parallel map/reduce execution framework for sqlite databases\n  - https://github.com/mlkwok/Graph-Database-API - A C/SQLite application that allows users to store graph data and information.\n  - https://github.com/unibg-seclab/sesqlite - Mandatory Access Control for SQLite databases\n  - https://github.com/illarionov/sqlite3-unicodesn - SQLite unicode full-text-search tokenizer with Snowball stemming\n  - https://github.com/rvianello/chemicalite - A cheminformatic SQLite database extension (WHAT??)\n  - https://github.com/groue/GRDB.swift\n  - https://github.com/athlite/sqlite3-to-mysql - Make an Sqlite3 export MySQL readable.\n\n\n### Strings handing\n\n  - https://github.com/wangwang4git/SQLite3-ICU - SQLite3 ICU Tokenizer\n  - https://github.com/mateusza/SQLite-Levenshtein\n  - https://github.com/haifengkao/SqliteSubstringSearch\n  - https://git.daplie.com/coolaj86/sqlite3-fts4-rank\n  - https://github.com/mayflower/sqlite-reverse-string\n  - https://github.com/abiliojr/fts5-snowball Snowball tokenizer for SQLite FTS5\n  - https://github.com/cwarden/sqlite-distance\n  - https://github.com/droe/sqlite-hexhammdist - Hamming distance between hex strings in SQLite\n  - https://github.com/zhaozg/sqlitext (sqlitext: sqlite with extend feature)\n\n\n### JSON\n\n  - https://github.com/gbrault/sqlite3jsonshell - provide json output to reworked sqlite shell\n\n### Replications / Client-Server\n  - https://github.com/Expensify/Bedrock/ - Rock solid distributed database specializing in active/active automatic failover and WAN replication http://bedrockdb.com\n  - https://github.com/purpleblues/sqlite - Atomic Multi-database Transaction of WAL Journaling Mode in SQLite\n\n\n### Encryption\n\n  - https://github.com/sqlcipher/sqlcipher\n  - https://github.com/shenghe/FreeSQLiteEncryption\n  - https://github.com/abc34/sqlite_codec - qlite3 with built-in transparent encryption based on mbedtls library\n  - https://github.com/newsoft/sqlite3-dbx - SQLite3 with encryption support (old original)\n\n### Datastructures\n\n  - https://github.com/MelleB/sqlite-bloomfilter\n  - https://github.com/Noctune/sqlite-digest - SHA-1 implementation for SQLite\n  - https://github.com/benwebber/sqlite3-uuid\n\n\n\n### Languages\n\n  - https://github.com/jbreeden/mruby-sqlite MRuby bindings to SQLite3\n  - https://github.com/hoelzro/sqlite-lua-extension\n\n\n### Browsers\n\n  - https://hyokai.info/#features-plot - great and convenient browser for databases.\n  - https://github.com/chop-dbhi/sql-agent - HTTP interface for executing ad-hoc SQL queries.\n\n### Material:\n\n  - https://github.com/Apress/def-guide-to-sqlite-10 - Source code for 'The Definitive Guide to SQLite'\n  - https://github.com/mikeowens/sqlite-vtable - SQLite Virtual Table Example\n\n\n### Misc\n\n  - https://github.com/guardianproject/libsqlfs - a library that implements a POSIX style filesystem on top of an SQLite database https://dev.guardianproject.info/proj…\n  - https://github.com/mro/librdf.sqlite - improved SQLite RDF triple store for Redland librdf http://purl.mro.name/librdf.sqlite/\n  - https://github.com/kristapsdz/sqliteconvert - extract documentation from sqlite schemas https://kristaps.bsd.lv/sqliteconvert\n\n### Tricks:\n  Ranking - http://stackoverflow.com/questions/28377210/how-to-retrieve-rank-based-on-total-mark-in-sqlite-table\n","funding_links":[],"categories":["Technical"],"sub_categories":["awesome-*"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindreframer%2Fawesome-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindreframer%2Fawesome-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindreframer%2Fawesome-sqlite/lists"}