SQL Builder for PHP, with JOIN support?

后端 未结 10 2015
-上瘾入骨i
-上瘾入骨i 2020-12-19 15:29

Are any of you aware of a library that helps you build/manipulate SQL queries, that supports JOIN\'s?

It would give a lot of flexibility i\'d think if you have somet

10条回答
  •  一向
    一向 (楼主)
    2020-12-19 15:49

    FluentPDO looks nice if you're already using PDO: https://github.com/envms/fluentpdo

提交回复
热议问题