LoopPerfect / buckaroo-recipes

The official book of recipes for Buckaroo 📒
https://www.buckaroo.pm
MIT License
6 stars 4 forks source link

rbock/sqlpp11 the Postgresql connector (and other connectors) #89

Closed biot023 closed 5 years ago

biot023 commented 7 years ago

Hi -- are there plans to have recipes for the sqlpp11 connector libraries, too? I'm not really an expert in Buck or Buckaroo (or Postgresql), but it might be something I could help with if there were some instructions somewhere.

njlr commented 7 years ago

Hi @biot023 I had a look at sqlpp11 a while ago, but didn't complete it. I'll take another look now to assess how difficult it will be.

njlr commented 7 years ago

I managed to port the Postgresql connector:

buckaroo update
buckaroo install rbock/sqlpp11-connector-postgresql

https://github.com/LoopPerfect/buckaroo-recipes/pull/90

However, I haven't tested that it works in an application, only that it compiles.

Do you have a code-snippet that you would like to run so that I can create an integration test?