Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

“ One of the selling points, which is now understood to be garbage, is that you can use different databases.”

Of course there are many cases where it fails, but years ago we /successfully/ used the django orm to write test fixtures that used an in memory sqlite db for quick tests with a mysql production db.

It is not automatic and not free, but it is absolutely not garbage.



SQLite behaves differently than MySQL. IMO, your ORM allowed you to write tests that were of dubious value.


That is irrelevant if the ORM behaves the same and db engine is an implementation detail.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: