Release v0.1.0
- first release of the library
- DB test writing that run within a transaction, that is automatically rolled back at the end of each test-case
- allows calls of DB functions, including verification of returned values
- allows easy INSERT and SELECT operations on DB tables
- some more abilities to make writing tests easier