Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alice

Ultra fast LINQ to SQL translation framework based on incremental generators.

TARGET SYNTAX WE'LL WANT TO REACH IN FUTURE:

[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

WORK IN PROGRESS!

About

Ultra fast LINQ to SQL translation framework based on incremental generators

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages