I wrote this as a basic service locator for PostgreSQL stored procedures. It is a variant on the way things have developed in LedgerSMB. My hope is that this sort of thing will be built for other languages and used in other programs. The main idea is to help ensure that one can wrap PostgreSQL db's in a sane functional API that can be loosely coupled from application logic so that it can evolve and applications can catch up.
1 comment
[ 3.4 ms ] story [ 12.0 ms ] threadI wrote this as a basic service locator for PostgreSQL stored procedures. It is a variant on the way things have developed in LedgerSMB. My hope is that this sort of thing will be built for other languages and used in other programs. The main idea is to help ensure that one can wrap PostgreSQL db's in a sane functional API that can be loosely coupled from application logic so that it can evolve and applications can catch up.