penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

Fold SelectContext to Select #113

Closed penberg closed 1 month ago

penberg commented 1 month ago

We can use Select to keep track of loops and stuff. Having a separate SelectContext just means we need to pass around more objects to functions.