Enable database over SSH #64
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the library can be accessed over SSH, but so can the database. Add an option for the database location to be on the remote.
Issues to consider:
cat
ing over SSH or by writing/reading locally and copying files?ssh-library
andssh-database
or combined?https://crates.io/crates/openssh-sftp-client
Integrate with sqlite3_rsync if using sqlite.