da_sql.cr

da_sql.cr

A small tool I use to lower the chance of a SQL injection attack.

Intro.

  require "da_sql"


  DA_SQL.exec(
    the_connection,
    the_sql,
    { DA_SQL::Inline_Value, DA_SQL::Inline_Value },
    { DA_SQL::Clean_Value, DA_SQL::Clean_Value }
  )

Repository

da_sql.cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • over 6 years ago
  • March 17, 2018
License

MIT License

Links
Synced at

Thu, 07 Nov 2024 16:24:24 GMT

Languages