How to Access a PostgreSQL Database from Any Language
Jan 22, 2012, 18:00 (3 Talkback[s])
[ Thanks to Lee Schlesinger for this link. ]
If you're a system administrator, chances are you use
programs that interface with databases every day. One great
advantage of open source software is that you can modify your
applications' code to customize it for your needs. If your
application uses PostgreSQL on the back end, it's not hard to
access your database from a variety of languages. Here's how to get
started, whether your code is in C, C++, PHP, Tcl, Python, or
Perl.
Complete Story
Related Stories:
- Salesforce Heroku Offers Standalone Cloud-Based PostgreSQL Data(Nov 29, 2011)
- A crash course in PostgreSQL, part 2(Sep 15, 2011)
- PostgreSQL 9.1 Advances Open Source Database Innovation(Sep 14, 2011)
- EnterpriseDB Brings PostgreSQL to the Cloud(Aug 29, 2011)
- PostgreSQL vs. MySQL: Which Is the Best Open Source Database?(Jul 11, 2011)
- PostgreSQL 9.1 Gets Synchronous(May 02, 2011)
- PostgreSQL, OpenSSL, and the GPL(Feb 26, 2011)