Y
Hacker News
new
|
ask
|
show
|
jobs
by
asabil
3517 days ago
Sorry, but this doesn't answer my question. Prepared statements have nothing to do with ORMs.
1 comments
jlogsdon
3517 days ago
This library doesn't run SQL, its only a template engine that gives you back a parameterized query and parameter array back. It's up to you to actually use them with an adapter, which means you can use prepared statements.
link