penberg / limbo

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

core: Add module-level docs for translate and vdbe #232

Closed penberg closed 1 month ago

penberg commented 1 month ago

Let's add module-level documentation for the code generator in translate and the virtual machine in vdbe, which are two major subsystems in the database engine that developers work on mostly.