mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-18 07:34:19 +01:00
We have been working with a very small subset of SQL so far. As a rather lightweight next phase, I propose that we make the generated queries more realistic, slowly converging into the type definitions in `limbo/core`. This PR will gradually implement such advances, the first commit demonstrates how `LIMIT` is added to `SELECT`. Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com> Closes #793