elixir-sqlite / exqlite

An SQLite3 driver for Elixir
https://hexdocs.pm/exqlite
MIT License
217 stars 48 forks source link

Make `bind` raise an exception when value fails to bind #297

Closed warmwaffles closed 1 month ago

warmwaffles commented 1 month ago

Rather than return a tuple, it's best to explode and let the caller figure out how to handle a raised exception. We'll provide which argument failed to help with debugging.