Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

robotframework-postgresqldb

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-postgresqldb

Robot Framework Library For Working With PostgreSQL Database.

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
3

RobotFramework PostgreSQL Library

|Build Status|

Short Description

Robot Framework_ library for working with PostgreSQL database, using psycopg2_.

Installation

::

pip install robotframework-postgresqldb

Documentation

See keyword documentation for robotframework-postgresqldb library in folder docs.

Example

+-----------+------------------+ | Settings | Value | +===========+==================+ | Library | PostgreSQLDB | +-----------+------------------+

+---------------+-----------------------------------------------+--------------------+---------------------+----------+ | Test cases | Action | Argument | Argument | Argument | +===============+===============================================+====================+=====================+==========+ | Simple Test | PostgreSQLDB.Connect To Postgresql | postgres | postgres | password | +---------------+-----------------------------------------------+--------------------+---------------------+----------+ | | @{query}= | Execute Sql String | SELECT CURRENT_DATE | | +---------------+-----------------------------------------------+--------------------+---------------------+----------+ | | PostgreSQLDB.Close All Postgresql Connections | | | | +---------------+-----------------------------------------------+--------------------+---------------------+----------+

License

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org .. _psycopg2: http://initd.org/psycopg/

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-postgresqldb.svg?branch=master :target: https://travis-ci.org/peterservice-rnd/robotframework-postgresqldb

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc