Good evening everyone, I'm new to the forum.
I have been planning for a long time to buy a Raspberry PI to have a small server at home where I can leave some applications that I develop with 24h active. So I was opting for the 4 GB version, raspberry pi 4.
All applications are developed in .NET Core 3.0 / 3.1 stack (latest releases) and almost all of them work on Microsoft SQL Database.
From what I have read, due to system limitations, it is not possible to install a Microsoft database on Raspberry PI.
The most obvious solution seems to me to install a MySQL database on raspberry. I don't think there is much difference.
So I wanted to ask the more experienced if this configuration is possible to implement it on a raspberry and if they have any advice:
Application: Web Application MVC, API.
Web App Framework: .NET Core 3.1
Database: MySQL
Data model framework: EntityFramework Core
Many thanks in advance!