mikaelliljedahl / freesftpsharp

SFTP server with Web Admin GUI based on FxSSH
MIT License
20 stars 3 forks source link

Support for storing settings in other databases #13

Open mikaelliljedahl opened 3 months ago

mikaelliljedahl commented 3 months ago

Using EF Core it should be possible to switch to sqlite or mssql/Azure Sql (or any other EF Core supported SQL engine) to store server settings and users just by changing configuration file.