Ultra fast LINQ to SQL translation framework based on incremental generators.
[SqlTableElement]
public record Score(uint Score); // creating table unless exists automaticly
Tables.Scores // select the tabs
.Where(x => x & 1 == 1) // filter the elements
.ScoreFields // primary feature - autogenerated methods for necessary fields
.Log(); // log operations if U want