using table.lib; using var context = new PostsDbContext(); Table.Add(context.Posts.ToList()).ToConsole();