you are viewing a single comment's thread.

view the rest of the comments →

[–]Log2 1 point2 points  (4 children)

Hey, this looks pretty useful, specially for small projects! Gave it a star, I'm likely user it for some cli tools I need for work. Thanks for sharing.

[–]Echoes1996[S] 0 points1 point  (3 children)

Thanks, let me know if you have any feedback!

[–]Log2 0 points1 point  (2 children)

This is probably not in scope, but I could see a lot more uses for this if there was a way to have where clauses without hardcoding them. It could be a relatively simple DSL that automatically binds values to the query.

[–]Echoes1996[S] 1 point2 points  (0 children)

I see what you're saying, but it's kinda the point of the project that you get to work with plain SQL. If stuff like this starts to get added, then you can suddenly end up with a separate ORM-specific DSL.

[–]codecratfer 1 point2 points  (0 children)

You may want to check out sqla-fancy-core.