SQL abstractions (with INI files) - The Phrasebook

  [DEFAULT] 
  find_author=\ 
      select isbn,title,author from books where author = :author 
  • Substitution variables are used as placeholders
  • Substitution values are passed as arguments