packpaul

Results 4 issues of packpaul

``` new InsertCreator(table).setValue("\"value\"", "abCD"); ``` fails.

Right now I have to type: ``` SelectCreator select = new SelectCreator() .from("\"simple\".\"SimpleTable\"") ...; ``` It'd be better having something like: ``` SelectCreator select = new SelectCreator() .from("simple", "SimpleTable") ...;...

Furthermore from README.md it's not clear how to accept and save binary data, a demo sample is needed.

Hi @ahausladen! I've made this PR for you to know on how one could go ahead with implementation of your component for Linux environment. I think it should be also...