Create DbDriver and DI the driver + the python interface

This commit is contained in:
2026-02-16 12:06:40 -08:00
parent e26fd7a3fc
commit 63a38297c7
3 changed files with 96 additions and 13 deletions
+1
View File
@@ -7,6 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.3" />
<PackageReference Include="pythonnet" Version="3.0.5" />
</ItemGroup>