From 790df91ac376bc39135e1e8f16c5625825a19d91 Mon Sep 17 00:00:00 2001 From: James Cor Date: Fri, 30 Aug 2024 11:12:49 -0700 Subject: [PATCH 1/2] adding diesel to supported tools --- packages/dolt/content/guides/dolt-tested-apps.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/dolt/content/guides/dolt-tested-apps.md b/packages/dolt/content/guides/dolt-tested-apps.md index 8d14f30c..55cb7d5d 100644 --- a/packages/dolt/content/guides/dolt-tested-apps.md +++ b/packages/dolt/content/guides/dolt-tested-apps.md @@ -12,7 +12,8 @@ Let us know what else you'd like to see tested by sending us [email](mailto:inte | ORM | Language | Blog | Sample Code | |-------------------------------------------------------------------------------------------|------------|--------------------------------------------------------------------------------|------------------------------------------------------------------------------| | [ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core) | C# | [Blog](https://www.dolthub.com/blog/2024-02-28-works-with-dolt-dotnet-webapp/) | [Code](https://github.com/dolthub/dolt-dotnet-webapp-sample) | -| [Django](https://www.djangoproject.com/) | Python | [Blog](https://www.dolthub.com/blog/2024-01-31-dolt-django/) | [Code](https://github.com/dolthub/dolt_django) | +| [Diesel](https://www.https://diesel.rs/) | Diesel | [Blog](https://www.dolthub.com/blog/2024-08-30-dolt-diesel-getting-started/) | [Code](https://github.com/dolthub/dolt_django) | +| [Django](https://www.djangoproject.com/) | Python | [Blog](https://www.dolthub.com/blog/2024-01-31-dolt-django/) | [Code](https://github.com/dolthub/dolt-diesel-getting-started) | | [Ecto](https://hexdocs.pm/ecto/Ecto.html) | Elixir | [Blog](https://www.dolthub.com/blog/2021-07-16-ecto-dolt/) | [Code](https://github.com/VinaiRachakonda/Ecto-Dolt-Sample) | | [EF Core](https://learn.microsoft.com/en-us/ef/core/) | C# | [Blog](https://www.dolthub.com/blog/2023-12-04-works-with-dolt-efcore/) | [Code](https://github.com/dolthub/efcore-sample) | | [GORM](https://gorm.io/docs/) | Golang | [Blog](https://www.dolthub.com/blog/2024-03-15-gorm-with-dolt) | [Code](https://github.com/dolthub/gorm-demo) | From 8948c7a8ac3a11d37cf041e04e950056b7c8a1c6 Mon Sep 17 00:00:00 2001 From: James Cor Date: Fri, 30 Aug 2024 11:15:27 -0700 Subject: [PATCH 2/2] fixing links --- packages/dolt/content/guides/dolt-tested-apps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dolt/content/guides/dolt-tested-apps.md b/packages/dolt/content/guides/dolt-tested-apps.md index 55cb7d5d..4e8d1ff6 100644 --- a/packages/dolt/content/guides/dolt-tested-apps.md +++ b/packages/dolt/content/guides/dolt-tested-apps.md @@ -12,8 +12,8 @@ Let us know what else you'd like to see tested by sending us [email](mailto:inte | ORM | Language | Blog | Sample Code | |-------------------------------------------------------------------------------------------|------------|--------------------------------------------------------------------------------|------------------------------------------------------------------------------| | [ASP.NET Core](https://learn.microsoft.com/en-us/aspnet/core/introduction-to-aspnet-core) | C# | [Blog](https://www.dolthub.com/blog/2024-02-28-works-with-dolt-dotnet-webapp/) | [Code](https://github.com/dolthub/dolt-dotnet-webapp-sample) | -| [Diesel](https://www.https://diesel.rs/) | Diesel | [Blog](https://www.dolthub.com/blog/2024-08-30-dolt-diesel-getting-started/) | [Code](https://github.com/dolthub/dolt_django) | -| [Django](https://www.djangoproject.com/) | Python | [Blog](https://www.dolthub.com/blog/2024-01-31-dolt-django/) | [Code](https://github.com/dolthub/dolt-diesel-getting-started) | +| [Diesel](https://www.https://diesel.rs/) | Diesel | [Blog](https://www.dolthub.com/blog/2024-08-30-dolt-diesel-getting-started/) | [Code](https://github.com/dolthub/dolt-diesel-getting-started) | +| [Django](https://www.djangoproject.com/) | Python | [Blog](https://www.dolthub.com/blog/2024-01-31-dolt-django/) | [Code](https://github.com/dolthub/dolt_django) | | [Ecto](https://hexdocs.pm/ecto/Ecto.html) | Elixir | [Blog](https://www.dolthub.com/blog/2021-07-16-ecto-dolt/) | [Code](https://github.com/VinaiRachakonda/Ecto-Dolt-Sample) | | [EF Core](https://learn.microsoft.com/en-us/ef/core/) | C# | [Blog](https://www.dolthub.com/blog/2023-12-04-works-with-dolt-efcore/) | [Code](https://github.com/dolthub/efcore-sample) | | [GORM](https://gorm.io/docs/) | Golang | [Blog](https://www.dolthub.com/blog/2024-03-15-gorm-with-dolt) | [Code](https://github.com/dolthub/gorm-demo) |