From 8c752862cf52140274df97861714723f0a1d4440 Mon Sep 17 00:00:00 2001 From: Rotem Tamir Date: Wed, 20 Oct 2021 14:56:35 +0300 Subject: [PATCH] website/blog: sqlcomment share photo (#2051) --- doc/website/blog/2021-10-19-sqlcomment-support-for-ent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/website/blog/2021-10-19-sqlcomment-support-for-ent.md b/doc/website/blog/2021-10-19-sqlcomment-support-for-ent.md index b550c354f..e197cfc1f 100644 --- a/doc/website/blog/2021-10-19-sqlcomment-support-for-ent.md +++ b/doc/website/blog/2021-10-19-sqlcomment-support-for-ent.md @@ -4,6 +4,7 @@ author: Amit Shani authorURL: "https://github.com/hedwigz" authorImageURL: "https://avatars.githubusercontent.com/u/8277210?v=4" authorTwitter: itsamitush +image: https://entgo.io/images/assets/sqlcomment/share.png --- Ent is a powerful Entity framework that helps developers write neat code that is translated into (possibly complex) database queries. As the usage of your application grows, it doesn’t take long until you stumble upon performance issues with your database.