|
|
|
|
|
by toomanydoubts
1091 days ago
|
|
>So changing a column name or type, for example, is pretty easy to refactor, which may not be true for SQL queries and may take significant testing. You can also get that with raw sql on the right ecosystem. I once developed a simple application using hasql and hasql-th(on Haskell). Very close to raw sql strings but with type checking at compile time. Feels like you're driving a lambo. |
|
Have used Haskell before, but... far from extensively!