SQLiteDAV - A WebDAV Server for SQLite Databases

SQLiteDAV allows you to access your SQLite databases over the WebDAV protocol by mapping tables, rows, and columns to files and folders.

I built this over the last few days and I can’t wait to hear your feedback! :blush:

Announcement blog post:

Code on GitHub:

10 Likes

The “macOS Finder accessing a WebDAV server” screenshot is missing for me.

I love the idea! Why only SQLite databases though? Could it not work over any hdbc-supported database?

The “macOS Finder accessing a WebDAV server” screenshot is missing for me.

Probably some intermediate server connectivity issue. Should work now!?

Could it not work over any hdbc-supported database?

Yeah, could probably be extend to support any HDBC database. I’ve been working a lot with sqlite-simple recently, so that’s what I started with. Any help for adding HDBC support would be highly appreciated! :blush: