Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.93 KB

README.rst

File metadata and controls

51 lines (37 loc) · 1.93 KB

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