kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
617 stars 40 forks source link

Specify ScratchPad directory for each connection #49

Closed stephenafamo closed 6 months ago

stephenafamo commented 7 months ago

The saved queries are likely unique for each connection, or at least for each project. Right now it seems the scratchpad directory is global and not customizable.

I am loading the connections for each project using ENVIRONMENT variables, I would also like to save queries for each connection in a unique folder.

kndndrj commented 7 months ago

Agree, having scratchpads local to connection would be nice.

kndndrj commented 6 months ago

@stephenafamo this has been addressed with local notes now, so I'm closing this issue.

If you feel the functionality is not good enough or you think something is missing, feel free to reopen it.

stephenafamo commented 6 months ago

Where can I find documentation about the local notes