Comment on JavaScript in your PostgresparentComments−clubhi13yThe thing I hated most about stored procedures was all the logic and dynamic SQL that creeped in.The example in this link and what a lot of us hope to use it for is schema-less data storage.I'm not going to put any logic into my v8 functions except for accessing data.
Comments
The thing I hated most about stored procedures was all the logic and dynamic SQL that creeped in.
The example in this link and what a lot of us hope to use it for is schema-less data storage.
I'm not going to put any logic into my v8 functions except for accessing data.