SQLDataSource icon indicating copy to clipboard operation
SQLDataSource copied to clipboard

Buffers: Handle buffer values in cache

Open cvburgess opened this issue 5 years ago • 0 comments

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 })

cvburgess avatar Jan 02 '20 16:01 cvburgess