|
|
|
|
|
by atmosx
3978 days ago
|
|
A few notes: - All the concerns listed in this article are addressed by ORMs. - SQLite supports CTE[1] (subqueries). - It's safer to use the exact same setup in development and production, but it's slower for applications with many tests. It's a trade-off and that's all there is to say. [1] http://stackoverflow.com/questions/21819183/how-to-use-ctes-... |
|