0

I have a sample model query to read all the posts from the table as shown below

$posts = Posts::find('all');

Any function/method available in li3, that could print the above query into a plain sql query as shown below

select * from Posts;
James Z
  • 12,209
  • 10
  • 24
  • 44
Steve
  • 9
  • 3

0 Answers0