I am a failure :c

This commit is contained in:
2026-03-01 03:39:44 +00:00
parent df122f1470
commit fda66681b6
6 changed files with 263 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ namespace Reactor.Services
public static async Task InitializeAsync()
{
//Connection frfr
using var connection = new SqliteConnection(_connectionString);
await connection.OpenAsync();