{"id":13814317,"url":"https://github.com/Airsequel/SQLiteDAV","last_synced_at":"2025-05-15T03:33:44.491Z","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":60,"open_issues_count":12,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T01:36:35.756Z","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-04-15T10:25:36.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254266519,"owners_count":22042123,"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":["file","filesystem","fs","sqlite","webdav","webdav-server"],"created_at":"2024-08-04T04:01:52.802Z","updated_at":"2025-05-15T03:33:44.155Z","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":["Haskell"],"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"}