Questions tagged [alchemy-swift]

1 questions
0
votes
1 answer

Alchemy: Get raw SQL string of QueryBuilder

Given the following code: Query.table("users").select() I want to get the raw SQL query string that the database query builder above will generate. In this example, it would be SELECT * FROM users. How do I do this?
Josh
  • 1,688
  • 4
  • 22
  • 35