Very interesting. I'm not very fluent in SQL, so it would have been helpful to see some more side by side examples. (Since Prela seems a lot more ergonomic!)
Though maybe a reader fluent in SQL can compare them mentally on the fly?
Very interesting, thanks. You know reading the python implementation was very encouraging, the idea that you could get a very basic relational database from scratch in <100 LoC is very encouraging.
That sounds like it would make a great educational resource if it were "dumbed down" a little bit, for the layman like me!
Comments
Very interesting. I'm not very fluent in SQL, so it would have been helpful to see some more side by side examples. (Since Prela seems a lot more ergonomic!)
Though maybe a reader fluent in SQL can compare them mentally on the fly?
Here are some SQL queries from standard benchmarks rewritten in Prela: https://github.com/remysucre/prela/tree/cidr#queries
This is in rust and we’re still tweaking the language, so the syntax is slightly different from the post.
Very interesting, thanks. You know reading the python implementation was very encouraging, the idea that you could get a very basic relational database from scratch in <100 LoC is very encouraging.
That sounds like it would make a great educational resource if it were "dumbed down" a little bit, for the layman like me!