SQLDataSource
SQLDataSource copied to clipboard
Buffers: Handle buffer values in cache
Currently Knex converts encrypted PG fields to Buffers, which are not consistently encoded to and from JSON.
Add support for optionally passing a param to .cache() that handles buffers ( becuase it will have a perf impecation that not all apps may need ).
Idea: .cache({ hasBuffers: true })