From 4d2e9274b29ec9db33d61efa4a5c467c264c946f Mon Sep 17 00:00:00 2001 From: mjovanc Date: Tue, 19 Nov 2024 17:56:30 +0100 Subject: [PATCH] Updating feature support table --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3fa01935..38951a2d 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ A highly versatile and feature-rich ORM library for Rust, designed to simplify d ## Feature Support by Database | Database | JOIN | SELECT | INSERT | UPDATE | DELETE | Raw SQL | Transactions | -|------------------|------|--------|--------|--------|--------|---------|--------------| -| SQLite | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | ✅ | -| PostgreSQL | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | -| MySQL | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | ✅ | -| MariaDB | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | -| Oracle | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | ✅ | -| MSSQL | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | ✅ | +|------------------|------|--------|--------|--------|--------|---------|----------| +| SQLite | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | 🏗 | +| PostgreSQL | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | +| MySQL | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | 🏗 | +| MariaDB | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | 🏗️ | +| Oracle | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | 🏗 | +| MSSQL | ✅ | ✅ | ✅ | ✅ | ✅ | 🏗️ | 🏗 | ## Migrations CLI