SQLiteDAV
SQLiteDAV copied to clipboard
WebDAV server that maps an SQLite database to directories/files
SQLiteDAV
WebDAV server that maps an SQLite database to directories/files.
| Database Schema | ![]() |
| File View | ![]() |
Installation
From Binaries
- Go to https://github.com/Airsequel/SQLiteDAV/releases
- Download the latest release for your platform
- Unzip the archive:
unzip sqlitedav_*.zip - Make the binary executable:
chmod +x sqlitedav
From Source
Prerequisite: Install Stack
git clone https://github.com/Airsequel/SQLiteDAV
cd SQLiteDAV
stack install
Usage
- Start WebDAV server:
sqlitedav --dbpath path/to/database.sqlite - Connect your WebDAV client to
http://localhost:1234
(E.g. with macOS Finder by executingcmd + k)
Roadmap
The next features are implemented based on popular demand. So please upvote any issues you would like to see implemented!
Related
- github.com/adamobeng/wddbfs - webdavfs provider that can read sqlite databases.
- sqlite.org/cloudsqlite - Cloud backed SQLite system.
- sqlite-fs - Mount a SQLite database as a normal filesystem on Linux and macOS.

