Bun SQL reserved connections #4267
Unanswered
RWOverdijk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I want to set up RLS for my project, and I thought I'd give drizzle a go. As the adapter (if that's the name?) I want to try out bun sql. So far it seems to work, but I am unsure about how I can use reserved connections.
I could set up rls through a transaction, but I'd rather use the connection. Is there anything built in for me to do this? Or any way I could do this myself maybe? I can just use a reserved connection, but then it's not a drizzle instance.
I hope someone can help 😄
ETA: I see migrations won't work without a pg adapter, so this makes it look like integration with bun sql is perhaps not quite there yet?
Beta Was this translation helpful? Give feedback.
All reactions