tomarrell / lbadd

LBADD: An experimental, distributed SQL database
MIT License
387 stars 26 forks source link

engine: implement basic selection #215

Closed tsatke closed 4 years ago

tsatke commented 4 years ago

Basic implementation of selections (WHERE clause, basically), which supports equality checks.

Closes #201

Definition of done

tsatke commented 4 years ago

Also closes #127