🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

robotframework-postgresqldb

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
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

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