namespace SQLVision.Core.Enums; public enum DatabaseProvider { SqlServer, // Только MSSQL для начала // PostgreSQL, // MySQL, // SQLite, // Oracle }