Skip to content

Commit 40274c1

Browse files
committed
Initial setup of classes and dependecies
1 parent df87186 commit 40274c1

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

FastDBGraphRepository.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace WebNet.LiteGraphExtensions.GraphRepositories
2+
{
3+
public class FastDBGraphRepository
4+
{
5+
}
6+
}

LiteDBGraphRepository.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace WebNet.LiteGraphExtensions.GraphRepositories
2+
{
3+
public class LiteDBGraphRepository
4+
{
5+
}
6+
}

WebNet.LiteGraphExtensions.GraphRepositories.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

9+
<ItemGroup>
10+
<PackageReference Include="DuckDB.NET.Data.Full" Version="1.4.3" />
11+
<PackageReference Include="LiteDB" Version="5.0.21" />
12+
<PackageReference Include="Stellar.FastDB" Version="1.1.1" />
13+
</ItemGroup>
14+
915
</Project>

0 commit comments

Comments
 (0)