WebDAV server that maps an SQLite database to directories/files.
Database Schema | |
File View |
- 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
Prerequisite: Install Stack
git clone https://github.com/Airsequel/SQLiteDAV
cd SQLiteDAV
stack install
- 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
)
The next features are implemented based on popular demand. So please upvote any issues you would like to see implemented!
- 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.