diff --git a/packages/dolt/content/guides/dolt-tested-apps.md b/packages/dolt/content/guides/dolt-tested-apps.md index 8d14f30c..4e8d1ff6 100644 --- a/packages/dolt/content/guides/dolt-tested-apps.md +++ b/packages/dolt/content/guides/dolt-tested-apps.md @@ -12,6 +12,7 @@ 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-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) |