namespace RSND.Core.DbInternals; public class Table { public string? Name; public Row[]? Rows; }