{"id":15164666,"url":"https://github.com/user202729/plover-sqlite-dictionary","last_synced_at":"2026-01-21T14:34:34.197Z","repository":{"id":117927964,"uuid":"385156894","full_name":"user202729/plover-sqlite-dictionary","owner":"user202729","description":"SQLite-based dictionary format for Plover. Consumes less memory for large dictionaries.","archived":false,"fork":false,"pushed_at":"2021-08-03T15:08:34.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T14:46:42.381Z","etag":null,"topics":["plover","plover-plugins"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/user202729.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-12T07:10:44.000Z","updated_at":"2021-08-03T15:08:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"8fe113a9-5fad-4943-a6b3-47dbcdebc73f","html_url":"https://github.com/user202729/plover-sqlite-dictionary","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"358fec4ee94e5dbed6e0dac2bd53511502a12c3f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/user202729/plover-sqlite-dictionary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-sqlite-dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-sqlite-dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-sqlite-dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-sqlite-dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/user202729","download_url":"https://codeload.github.com/user202729/plover-sqlite-dictionary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/user202729%2Fplover-sqlite-dictionary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28634832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["plover","plover-plugins"],"created_at":"2024-09-27T03:42:46.117Z","updated_at":"2026-01-21T14:34:34.172Z","avatar_url":"https://github.com/user202729.png","language":"Python","readme":"# plover-sqlite-dictionary\nSQLite-based dictionary format for Plover. Consumes less memory for large dictionaries.\n\n### Why?\n\n* Reduce memory (RAM) consumption.  (however, the word list for orthography\n  suffix rules and Qt modules still take a considerable amount of RAM)\n* Faster loading/startup speed.\n\n### Note\n\nThe SQL dictionary format is not completely compatible with Plover's API specification,\nthe plugin may fail to work properly in future Plover versions.\n\n### Usage\n\nThere are two possible file formats:\n\n* SQLite-based: `.sql` extension.\n\n   Use the \"New dictionary\" feature in Plover to create one, or \"Save dictionary as...\" feature\n   to convert from other dictionary formats.\n\n   **Note**:\n\n   * If there's a table named `readonly` (the content doesn't matter), the dictionary will be\n   considered read-only.\n\n      Because of [a Plover bug](https://github.com/openstenoproject/plover/issues/1399), modifying the\n      dictionary file and reloading the dictionary in Plover might not update the read-only status.\n\n   * The file size is larger than the size of a JSON dictionary.\n   * When an entry in the file on the disk is changed, it's automatically updated into Plover.\n   * When the dictionary is deleted on disk, attempt to modify the dictionary in Plover\n   will cause \"attempt to write a readonly database\" error; otherwise, the dictionary remains usable.\n   * It's possible to have additional columns for auxiliary entries if:\n      * There's no attempt to modify the dictionary, or\n\t  * All the additional columns have default values set (or default to null).\n\n* JSON: stored as plain JSON file on disk. `.jssql` extension.\n\n   Note: This format takes longer to load than normal JSON dictionary.\n\n   Can be used like a normal Plover dictionary.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser202729%2Fplover-sqlite-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuser202729%2Fplover-sqlite-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuser202729%2Fplover-sqlite-dictionary/lists"}