Ticket #33 (closed Enhancement: Duplicate)

Opened 10 months ago

Last modified 10 months ago

support for postgresql

Reported by: sthijs Owned by: Mircea Amarascu
Priority: Minor Milestone:
Component: Storage Version:
Severity: Non-critical Keywords:
Cc:

Description

Does openxcap also support data storage in a postgresql database?

Change History

Changed 10 months ago by ruud

Currently OpenXCAP is only setup to use the MySQL-Python module.

If you really need PostgreSQL I suggest you modify the dbutil.py file to include the relevant module. As the MySQL-Python module uses the python DB-API this should be a trivial matter. For a DB-API compliant PostgreSQL module see for example http://www.pygresql.org/.

Changed 10 months ago by mircea

Hi,

We are planning to support the postgres backend, but this is not scheduled for a specific version. If you could provide a patch for this and/or help us test postgres interaction, it would be great.

Changed 10 months ago by admin

  • status changed from new to closed
  • resolution changed from To be investigated to Duplicate
Note: See TracTickets for help on using tickets.