{"id":19316792,"url":"https://github.com/rkusa/sqlite-vfs","last_synced_at":"2025-04-22T17:30:30.013Z","repository":{"id":37481129,"uuid":"446901444","full_name":"rkusa/sqlite-vfs","owner":"rkusa","description":"Build SQLite virtual file systems (VFS) by implementing a simple Rust trait.","archived":false,"fork":false,"pushed_at":"2022-07-08T09:49:57.000Z","size":63,"stargazers_count":91,"open_issues_count":3,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-18T20:33:18.351Z","etag":null,"topics":["sqlite","vfs"],"latest_commit_sha":null,"homepage":"https://docs.rs/sqlite-vfs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkusa.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}},"created_at":"2022-01-11T16:38:11.000Z","updated_at":"2025-04-05T16:35:52.000Z","dependencies_parsed_at":"2022-07-12T16:18:47.240Z","dependency_job_id":null,"html_url":"https://github.com/rkusa/sqlite-vfs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkusa%2Fsqlite-vfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkusa%2Fsqlite-vfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkusa%2Fsqlite-vfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkusa%2Fsqlite-vfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkusa","download_url":"https://codeload.github.com/rkusa/sqlite-vfs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250287338,"owners_count":21405588,"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":["sqlite","vfs"],"created_at":"2024-11-10T01:12:40.934Z","updated_at":"2025-04-22T17:30:29.670Z","avatar_url":"https://github.com/rkusa.png","language":"Rust","readme":"# `sqlite-vfs`\n\nBuild SQLite virtual file systems (VFS) by implementing a simple Rust trait.\n\n[Documentation](https://docs.rs/sqlite-vfs) | [Example](https://github.com/rkusa/wasm-sqlite/blob/main/wasm/src/vfs.rs)\n\nThis library is build for my own use-case. It doesn't expose everything a SQLite VFS provides (e.g. memory mapped files). Feel free to propose additions if the current state doesn't work for your use-case.\n\n## Status\n\nThis library is still in _prototype_ state and not ready to be used (except for maybe prototypes). While progress will be slow, it is actively worked on.\n\n- ✅ It passes most of SQLite's TCL test harness.\n  - ⚠️ CI only runs `full.test` and not `all.test`.\n  - ⚠️ [Some tests](./test-vfs/patch.sh) are skipped.\n- ✅ Successfully runs experiments like [`do-sqlite`](https://github.com/rkusa/do-sqlite).\n- ⚠️ It uses `unsafe` Rust, which hasn't been peer-reviewed yet.\n- ⚠️ It is not used in any production-capacity yet.\n\n## Limitations\n\n- WAL is not supported (but in progress)\n- Memory mapping not supported (`xFetch`/`xUnfetch`)\n- Loading extensions not supported (`xDl*`)\n- Tests run only on UNIX right now (due to `std::os::unix` usage in tests)\n- Directory sync is not supported\n- Sector size is always 1024\n- Custom device characteristic are not supported (`xDeviceCharacteristics`)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkusa%2Fsqlite-vfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkusa%2Fsqlite-vfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkusa%2Fsqlite-vfs/lists"}