Are you able to run a "mini" type database on the client end of a postgreSQL environment so that if the connection is lost to the Db server, it is able to store transactions until the connection is restored?
My actual concept is to store each transaction localy until the transaction is complete and then transfer to server....
Thats concept though at this point in time.
Your help is most appreciated.
My actual concept is to store each transaction localy until the transaction is complete and then transfer to server....
Thats concept though at this point in time.
Your help is most appreciated.