PRQL – A proposal for a better SQL
github.com
PRQL – A proposal for a better SQL
1–10 of 302 posts
Re: PRQL – A proposal for a better SQL
#2Let me know any feedback — as you can see it's still at the proposal stage. If it gains some traction I'll write an implementation.
Re: PRQL – A proposal for a better SQL
#3I wrote this over the holidays, because I find SQL wonderfully elegant in its function, but really frustrating in its form. Let me know any feedback — as you can see it's still at the proposal stage. If it gains some traction I'll write an implementation.
Re: PRQL – A proposal for a better SQL
#4I wrote this over the holidays, because I find SQL wonderfully elegant in its function, but really frustrating in its form. Let me know any feedback — as you can see it's still at the proposal stage. If it gains some traction I'll write an implementation.
Re: PRQL – A proposal for a better SQL
#5Re: PRQL – A proposal for a better SQL
#6The ones that particularly excite me are shorthands for SQL, even though their heavy use of symbols may be a detriment. One particular use case is in easily defining static authorization policy-queries that are backed by database data plus and have request variables injected during evaluation.
I am not very excited by datalog/prolog-based languages because I think logic languages are too unnatural to ever go mainstream. But I'd be excited to be wrong or for logic languages to become more friendly.
Here are some others I'm watching.
* https://github.com/mrumkovskis/tresql
* https://www.htsql.org/doc/overview.html
* https://github.com/cytosm/cytosmRe: PRQL – A proposal for a better SQL
#7Re: PRQL – A proposal for a better SQL
#8Re: PRQL – A proposal for a better SQL
#9Re: PRQL – A proposal for a better SQL
#10It would be definitely interesting to have a TypeScript of some sort but for SQL. So a more practical and prettier syntaxe like what I'm seeing here that compiles to SQL queries.
I don't want a more verbose SQL I want a less verbose SQL!