Fork me on GitHub

Robotframework-Database-Library by franz-see

Database Library contains utilities meant for Robot Framework's usage. This can allow you to query your database after an action has been made to verify the results. This is compatible* with any Database API Specification 2.0 module.

API

Requirements

Install

Using easy_install

easy_install robotframework-databaselibrary

Using pip

pip install robotframework-databaselibrary

From Source

Download source from https://github.com/franz-see/Robotframework-Database-Library/archives/0.1. Extract the tarball or the zip file then enter the extracted directory. Then run
python setup.py install
.

License

Copyright (c) 2010 Franz Allan Valencia See

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Got any Feature Requests / Found any Bugs

Kindly create an issue in the issue tracker.

Authors

Franz See (franz.see@gmail.com)

Contact

(franz.see@gmail.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/franz-see/Robotframework-Database-Library

References