2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-12-17 21:14:58 +01:00

Add initial API & Configuration

This commit is contained in:
2024-04-17 22:03:28 +10:00
parent 0ade7b8b1f
commit aa368471fe
13 changed files with 119 additions and 138 deletions

8
Pulsar/PulsarContext.cs Normal file
View File

@@ -0,0 +1,8 @@
using Microsoft.EntityFrameworkCore;
/// <summary>
/// An in-memory database context for Pulsar.
/// </summary>
public class PulsarContext : DbContext
{
}