I have seen many examples where sqlite is used for the testing database and postgres/mysql for development.
What are the implications of this strategy?
There are obvious differences between the two databases, and it seems theoretically possible that a test which would pass on one could fail on the other.
find_by_sqlmethods