Functions would silently not be generated if the .sql could not be read (e.g was misspelled). This avoids that by raising a File.Error at compile time.
Fairly new to Elixir so not entirely sure how to test compile time behaviour. Is that even possible?
Functions would silently not be generated if the .sql could not be read (e.g was misspelled). This avoids that by raising a File.Error at compile time.
Fairly new to Elixir so not entirely sure how to test compile time behaviour. Is that even possible?