Re: SQL AST

2020-05-30 Thread Juan Carlos Pazmiño
might also implement as different modules in the future). I've also seen other Arel forks with different features but this is not the main Arel. From: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Sent: Saturday, May 30, 2020 9:35 AM To: module-authors@perl.org Subject: Re: SQL AST I can&

Re: SQL AST

2020-05-30 Thread Juan Carlos Pazmiño
org Subject: Re: SQL AST I can't run the code, the dist has many undeclared/unpublished dependencies. I would likely have more useful things to say about it if I could run it. > I need some feedback on wether you think it will be something that's > useful. Yes, but in a limited

Re: SQL AST

2020-05-30 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
I can't run the code, the dist has many undeclared/unpublished dependencies. I would likely have more useful things to say about it if I could run it. > I need some feedback on wether you think it will be something that's > useful. Yes, but in a limited fashion: for people who require familiarity

SQL AST

2020-05-28 Thread Juan Carlos Pazmiño
Hello, Some months ago I started working in a system similar to ActiveRecord. But then it became pretty big so then I centered my attention in a SQL AST manager instead. So I made a library that is basically an Arel port. You can see the README with most of the basic info. After looking at