https://github.com/dobatymo/sqlitefspath
A pathlib compatible implementation of a filesystem stored in a SQLite database.
https://github.com/dobatymo/sqlitefspath
filesystem pathlib python sqlite
Last synced: 18 days ago
JSON representation
A pathlib compatible implementation of a filesystem stored in a SQLite database.
- Host: GitHub
- URL: https://github.com/dobatymo/sqlitefspath
- Owner: Dobatymo
- License: mit
- Created: 2025-03-06T15:40:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:20:10.000Z (about 1 year ago)
- Last Synced: 2026-02-17T02:04:13.386Z (about 1 month ago)
- Topics: filesystem, pathlib, python, sqlite
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlitefspath
A `pathlib` compatible implementation of a filesystem stored in a SQLite database. Not to be confused with `sqlite-path` which is a SQLite extension.
## Install
pip install sqlitefspath