• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux pg/python Download

pg/python

June 1, 2008
PG/Python is an open-source initiative that enhances the Python interfaces to PostgreSQL with the aim of improving their functionality.
Version 1.0
License BSD License
Platform Linux
Supported Languages English
Homepage python.projects.postgresql.org
Developed by pg/python project
I recently tried pg/python, an open-source project dedicated to enhancing Python interfaces to PostgreSQL. The whole process of getting started with this software was incredibly quick and easy. To install pg_proboscis, you just have to run "easy_install pg_proboscis". After that, you can use a frontend to connect to your database.

The frontend's code to connect to the database looks like this:

```
import postgresql.interface.proboscis.prime as pq

Con = pq.Connector(
user = 'root',
host = 'localhost',
port = 5432,
ssl = True, # Optional. Only set it to True if you want it.
database = 'pgsql',
)

# This creates a Connection *class*, it still needs to be instantiated.
C = Con()
```

After creating the connection, you can query the database. Here's an example:

```
Q = C.Query("SELECT * FROM pg_proc WHERE proname = $1")
P = Q('byteain')
for x in P:
print x

```

Your results may vary, but this query will select all rows from pg_proc where proname = 'byteain'. You can then manipulate that data however you'd like. The release notes for this version indicate that the API was stabilized, meaning you can expect fewer breaking changes. Additionally, many bugs were fixed and features were added. If you're looking for an easy-to-use Python interface for PostgreSQL, consider giving pg/python a try.
What's New

Version 1.0: N/A

Free Download 31K
314
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    155
  2. Dvgrab 3.4
    95
  3. DynVPN 1.0
    82
  4. CherryTV 0.1
    80
  5. SlideMap 1.2.2
    75
  6. porm r2
    70
  7. Hills 2.0
    70
  8. crick-info 1.0
    69
  9. fuseftp 0.8
    68
  10. Swiftfox 3.0b5pre-2
    67

Related Downloads

CounterMail
CounterMail is a web analytics tool that saves visitor information such as ...
kopete-thinklight
The Kopete plugin enables a ThinkPad's light to flash for every new ...
Framework for Contact properties
The Contact properties framework enables users to easily access and view the ...
GutenPy
GutenPy is a software that enables comfortable reading and browsing of Project ...
Balazar
Discover and navigate through seven worlds in this adventure-packed role-playing game. Embark ...
Kbtsco
Kbtsco is a useful Kommander script that enables easy Bluetooth headset connectivity ...
Elgg: the Learning Landscape
Elgg is a PHP-based community building platform designed for use with Apache ...
Matrix Public Net
Matrix Public Net is a messaging software that enables the distribution of ...
Bio::MAGE::BioAssayData
This software module enables the creation and management of BioAssayData classes within ...
rlocate
rlocate is software built to simplify searching, identifying and locating files and ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.