|
|
|
|
|
by pharmakom
1213 days ago
|
|
You can unit test SQL by spinning up Docker containers. You should just write SQL for the database you are using (e.g. PostgreSQL). Switching databases without changing queries is unrealistic anyways. I agree with your other points, but I am yet to see a layer above SQL that improves on them enough to justify its additional complexity. |
|