This would solve the issue of long paths and would reduce file system pressure. Idea came from issue #3 This issue will stay open until we implement or drop this idea. --- Potential resources --- * [sqlite-net](https://github.com/praeclarum/sqlite-net): minimal, single file SQLite integration. * [How To Corrupt An SQLite Database File](https://www.sqlite.org/howtocorrupt.html) --- Current requirements --- * configurable periodic backups (full dump) * offer migration path for existing projects (migrate the entire .localhistory folder and zip the folder for preservation and easy rollback).
This would solve the issue of long paths and would reduce file system pressure.
Idea came from issue #3
This issue will stay open until we implement or drop this idea.
Potential resources
sqlite-net: minimal, single file SQLite integration.
How To Corrupt An SQLite Database File
Current requirements
configurable periodic backups (full dump)
offer migration path for existing projects (migrate the entire .localhistory folder and zip the folder for preservation and easy rollback).