Results 79 comments of Jay Patel

https://github.com/tpope/vim-dadbod/blob/master/autoload/db/adapter/postgresql.vim maybe I am looking at this file wrong. I see this flag, `--no-psqlrc`, passed in. Maybe line 13 is run when running a sql command

+1 would also like this. @kristijanhusak, https://stackoverflow.com/questions/41960217/connecting-to-postgres-database-with-read-only-access. is it possible to run this after connecting? I would explicitly run something to make it read write obviously. I see table helpers,...

> @jay-babu each query is run as a separate call, there is no persistent connection. > > I'm thinking of modifying the query before it's executed to achieve this, but...

I understand the issue now. @kristijanhusak do you have any new suggestions for this?

@kristijanhusak here is an implementation that lazysql is using. Could something similar be done in this? https://github.com/jorgerojas26/lazysql/pull/234

i closed this by accident: https://github.com/electric-sql/pglite/issues/767

I had to add the worker if anyone else is facing that issue. The docs don't show that. ``` optimizeDeps: { exclude: [ "@electric-sql/pglite", "@electric-sql/pglite/worker", ], }, ``` **DO NOT...

Hey `ensure_installed = {}` What happens like this?

do you see this line when it is installed? https://github.com/jay-babu/mason-null-ls.nvim/blob/main/lua/mason-null-ls/automatic_installation.lua#L67 @jasper-at-windswept

Is something else modifying the ensure installed list? Are you using a framework?