/robotframework-postgresqldb

Robot Framework Library For Working With PostgreSQL Database

Primary LanguagePythonApache License 2.0Apache-2.0

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