|
|
|
|
|
by hakanderyal
3974 days ago
|
|
For some apps, business logic depends on database functionality. For example, I rely on Postgres to prevent duplicate records, or delete cascades. In any case, using SQLite when doing TDD, and testing with postgres when you are done implementing is an acceptable trade-off for most use cases. |
|