Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
six42 committed Oct 23, 2015
1 parent 2383ba5 commit 2c0225f
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ This ensures that requirements are written independent of the implementation and

The framework can be used by Developers, Testers and Business Users with SQL knowledge.

JdbcSlim is agnostic of database system specifics and has no code special to any database system.
JdbcSlim supports all databases for which a jdbc driver exists.

It is agnostic of database system specifics and has no code special to any database system.
Such things should be handled by the jdbc driver.
Nevertheless the jdbc code is segregated from the slim code and adding any driver specific requirements can be done by simply changing a single class.

##Contents:

Installation
Suite Set Up
User Guide *
1 A Simple Example + ...
2 Second Example_ Multi Table Statement + ...
3 Howto Configure The Database Connection + ...
4 The Mapping Between Test Data And Commands + ...
5 Parameters Of The S Q L Command +
6 Output Options + ...
7 Using Sql In Scripts And Scenarios + ...
8 Testing On Side Effects +
Know Limitations +- ...
Scenario Library
| 1 A Simple Example + ...
| 2 Key Benefits * : More examples which showscase the benefit of jdbcSlim ...
| 3 Howto Configure The Database Connection + ...
| 4 The Mapping Between Test Data And Commands + ...
| 5 Parameters Of The SQL Command +
| 6 Output Options + ...
| 7 Using Sql In Scripts And Scenarios + ...
| 9 Null Trailing Spaces And Empty Strings +
| Know Limitations +- ...
Xx Test More Drivers *
Csv Driver * ...
Derby Test * ...
Expand All @@ -33,6 +33,8 @@ Nevertheless the jdbc code is segregated from the slim code and adding any drive


## Installation
Install the latest FitNesse version first: github.com\unclebob\fitnesse

Download the latest Jdbc Slim library from github.com\six42\jdbcslim

variable defined: JdbcSlimLib=jdbcslim.jar
Expand Down

0 comments on commit 2c0225f

Please sign in to comment.