|
|
|
|
|
by never_inline
273 days ago
|
|
How do you do conditional filters in pure SQL from a backend Java / Python app, without doing string concatenation? Not a fan of all the proxy object circus ORMs do but I'd leave row-> domain object mapping and filter building to some library. Sweet spot is probably something akin to Android Room / Micronaut Data JDBC. |
|