You must log in or # to comment.
This might be a good fit for a side project I’m cooking up. I am planning on using DBT but I like how this is more dynamic. How does this compare to DBT? Can it turn CTE into views?
Another feature I am hunting for is something that parses the SQL query and produces a pydantic model.
For TypeScript? Don’t tell me people run JS on servers??
A lot of people write Lambdas in TypeScript (compiled to JavaScript of course).
Sqlite compiles to wasm, you can run it in the browser