Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffers: Handle buffer values in cache #45

Open
cvburgess opened this issue Jan 2, 2020 · 0 comments
Open

Buffers: Handle buffer values in cache #45

cvburgess opened this issue Jan 2, 2020 · 0 comments

Comments

@cvburgess
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant