wvdhouten / Soapbox

A content/blogging platform written in ASP.NET Core.
MIT License
2 stars 1 forks source link

Request: Add file storage saving system (with memory cache) #35

Open wvdhouten opened 2 years ago

wvdhouten commented 2 years ago

Purpose

Instead of using a Sqlite solution, I would also like to be able to use straight up files.

Desired solution

Add a machanism to save users, posts, etc. in files with an in-memory system aside from the existing Sqlite implementation.

Alternatives considered

No response

Additional context

Needs to play well with MS Identity Might need some "encryption" or hashing for secrets

Could consider front-matter for the posts, an xml structure, or json.