mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +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