|
|
|
|
|
by ontologiae
2938 days ago
|
|
Using PostgreSql, I tend now to directly generate query result in json. It implies an architecture model where you put the business logic and type safety in the RDBMS. It reduces the number of layers for a lot of functionalities. |
|