Kamil Listopad

Results 26 comments of Kamil Listopad

Cool, anytime, always happy to help! ;) I'll leave this issue open for now as I'd like to update the guide with an explicit 'newtype' example (and reference it in...

@JordanMartinez, do you have any suggestions on this topic? What should be included in the guide or maybe you had some problems using selda that you wished were explained in...

Thanks for your detailed answer! We will start working on it as soon as we finish the current tasks

Hi @JordanMartinez, I've made some progress. The README is slightly changed and it has a link to the [guide](https://github.com/Kamirus/purescript-selda/blob/master/guide/SimpleE2E.md) (It is still WIP). I wanted to cover all the basics...

Thank you @JordanMartinez. I've applied some of your ideas :wink:

Try to integrate with [purescript-cookbook](https://github.com/JordanMartinez/purescript-cookbook): - provide one recipe in literate purescript here - ask about literate recipes and adding postgresql to travis

**Plan Change** - write an advanced guide on the topics above - with explanations - try integration to integrate with purescript-cookbook when it's possible - write there some basic non-literate...

## Let's elaborate what needs to be done. ### Motivation selda uses *heavy generic programming on type classes* and it proves difficult for the user when something does not type...

#25 solved this issue for functions `insert_` and `insert1_`. Queries with RETURNING (`insert` and `insert1`) are left unaffected.

rename litF -> litPG Document lit (creates concrete strings) and litPG