Release v1.0.0 #16

Merged
Wesser merged 492 commits from release/v1.0.0 into master 2025-02-12 09:19:32 +03:00
183 changed files with 5660 additions and 59 deletions
Showing only changes of commit 78a242f4c3 - Show all commits
.env
.gitea/workflows
ApiDto
Backend.sln
Endpoint
Security
SqlData
Application
Application.csproj
Common
Cqrs
DependencyInjection.cs
Interfaces/DbContexts
Domain
Persistence

@ -0,0 +1,8 @@
namespace Mirea.Api.DataAccess.Persistence.Common;
public enum DatabaseProvider
{
Mysql,
Sqlite,
Postgresql
}