|
|
|
|
|
by eurleif
5023 days ago
|
|
>Or what my database schema changes -- then my code has to move along in tandem with the schema. Well, yes, but that's true if you don't use stored procedures, too. And don't stored procedures make it a bit easier, since you can update the schema and code all at once (atomically, even, in PostgreSQL)? |
|