Christoph Herrmann

Results 2 comments of Christoph Herrmann

Maybe it's worth to make it more flexible by adding a formatter which formats the rows before returning them? e.g.: ```javascript const formatter = rows => rows.reduce( (obj, value) =>...

Currently the init creates `sqlite3` for development and `pg` for all other environments. I tried it one time use knex like that, but needed to write own insert and select...