{"id":20177371,"url":"https://github.com/airsequel/sqlitedav","last_synced_at":"2025-10-24T01:15:15.266Z","repository":{"id":202160445,"uuid":"704950057","full_name":"Airsequel/SQLiteDAV","owner":"Airsequel","description":"WebDAV server that maps an SQLite database to directories/files","archived":false,"fork":false,"pushed_at":"2024-07-27T16:21:51.000Z","size":916,"stargazers_count":59,"open_issues_count":12,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-19T05:38:27.396Z","etag":null,"topics":["file","filesystem","fs","sqlite","webdav","webdav-server"],"latest_commit_sha":null,"homepage":"https://blog.airsequel.com/announcing-sqlitedav/","language":"Haskell","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/Airsequel.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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["Airsequel"]}},"created_at":"2023-10-14T15:46:02.000Z","updated_at":"2025-05-27T05:03:39.000Z","dependencies_parsed_at":"2024-07-27T17:52:47.739Z","dependency_job_id":null,"html_url":"https://github.com/Airsequel/SQLiteDAV","commit_stats":null,"previous_names":["airsequel/sqlitedav"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Airsequel/SQLiteDAV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Airsequel%2FSQLiteDAV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Airsequel%2FSQLiteDAV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Airsequel%2FSQLiteDAV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Airsequel%2FSQLiteDAV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Airsequel","download_url":"https://codeload.github.com/Airsequel/SQLiteDAV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Airsequel%2FSQLiteDAV/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267384062,"owners_count":24078574,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["file","filesystem","fs","sqlite","webdav","webdav-server"],"created_at":"2024-11-14T02:15:26.433Z","updated_at":"2025-10-24T01:15:15.178Z","avatar_url":"https://github.com/Airsequel.png","language":"Haskell","readme":"# SQLiteDAV\n\nWebDAV server that maps an SQLite database to directories/files.\n\n| | |\n---|---\nDatabase Schema | ![SQL Schema Code](./images/2023-10-16t1031_sql.png)\nFile View | ![Screenshot of macOS Finder](./images/2023-10-17t2031_finder.png)\n\n\n## Installation\n\n### From Binaries\n\n1. Go to https://github.com/Airsequel/SQLiteDAV/releases\n1. Download the latest release for your platform\n1. Unzip the archive:\n    ```sh\n    unzip sqlitedav_*.zip\n    ```\n1. Make the binary executable:\n    ```sh\n    chmod +x sqlitedav\n    ```\n\n\n### From Source\n\nPrerequisite:\n[Install Stack](https://docs.haskellstack.org/en/stable/#how-to-install-stack)\n\n```sh\ngit clone https://github.com/Airsequel/SQLiteDAV\ncd SQLiteDAV\nstack install\n```\n\n\n## Usage\n\n1. Start WebDAV server:\n    ```sh\n    sqlitedav --dbpath path/to/database.sqlite\n    ```\n2. Connect your WebDAV client to `http://localhost:1234` \\\n    (E.g. with macOS Finder by executing `cmd + k`)\n\n\n## Roadmap\n\nThe next features are implemented based on popular demand.\nSo please upvote any [issues](https://github.com/Airsequel/SQLiteDAV/issues)\nyou would like to see implemented!\n\n\n## Related\n\n- [github.com/adamobeng/wddbfs][wddbfs] - [webdavfs] provider that can read sqlite databases.\n- [sqlite.org/cloudsqlite][cloudsqlite] - Cloud backed SQLite system.\n- [sqlite-fs] - Mount a SQLite database as a normal filesystem on Linux and macOS.\n\n[sqlite-fs]: https://github.com/narumatt/sqlitefs\n[cloudsqlite]: https://sqlite.org/cloudsqlite/doc/trunk/www/index.wiki\n[wddbfs]: https://github.com/adamobeng/wddbfs\n[webdavfs]: https://github.com/miquels/webdavfs\n","funding_links":["https://github.com/sponsors/Airsequel"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairsequel%2Fsqlitedav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairsequel%2Fsqlitedav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairsequel%2Fsqlitedav/lists"}