From 7e4b23e9184b33144872da6af58a1a81ba9400d9 Mon Sep 17 00:00:00 2001 From: Chase Willden Date: Wed, 23 Oct 2024 21:36:15 -0600 Subject: [PATCH] update docs --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 18726f0b..731442d3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ A lightweight and extensible ORM library for Rust. ## Table of Contents + - [Supported Databases](#supported-databases) - [Getting Help](#getting-help) - [Reporting Issues](#reporting-issues) @@ -20,14 +21,14 @@ A lightweight and extensible ORM library for Rust. ## Supported Databases -| Database | Support | Status | -|------------|----------|--------------------------------------| -| SQLite | ✅ | Currently supported. | -| PostgreSQL | ❌ | Not supported, help us implement it? | -| MySQL | ✅️ | Currently supported. | -| MariaDB | ❌ | Not supported, help us implement it? | -| Oracle | 🏗️ | Currently developing. | -| MSSQL | ❌ | Not supported, help us implement it? | +| Database | Support | Status | +| ---------- | ------- | ------------------------------------ | +| SQLite | ✅ | Currently supported. | +| PostgreSQL | 🏗️ | Currently developing. | +| MySQL | ✅️ | Currently supported. | +| MariaDB | 🏗️ | Currently developing. | +| Oracle | 🏗️ | Currently developing. | +| MSSQL | ❌ | Not supported, help us implement it? | ## Getting Help @@ -73,9 +74,9 @@ being awesome contributors to this project. **We'd like to take a moment to reco [appelskrutt34](https://github.com/appelskrutt34) [](https://github.com/ahsentekd) [](https://github.com/chinmer) -[SvMak](https://github.com/SvMak) -[TomasWild](https://github.com/TomasWild) -[chaseWillden](https://github.com/chaseWillden) +[SvMak](https://github.com/SvMak) +[TomasWild](https://github.com/TomasWild) +[chaseWillden](https://github.com/chaseWillden) [Hiccup-za](https://github.com/Hiccup-za) ## License