Convert to db so I don't have to parse files all the time

This commit is contained in:
Lani Aung
2021-10-18 21:03:53 -06:00
parent 21d96499da
commit 372d0ad86a
9 changed files with 137 additions and 111 deletions
+2
View File
@@ -13,7 +13,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.90" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.10" />
<PackageReference Include="Npgsql" Version="5.0.10" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
</ItemGroup>