kndndrj / nvim-dbee

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

Add screenshot/gif to readme #4

Closed kndndrj closed 1 year ago

kndndrj commented 1 year ago

title

artfulrobot commented 1 year ago

And also some usage instructions?

I've read the help files, think I've correctly configured a connection, but when I :lua require("dbee").open() I get three windows, two unnamed and the other in "scratchpads".

Typing SQL into either of the large unnamed windows does nothing. There doesn't seem to be a mapping listed to do execute a command either?

`:lua require("dbee").execute("show tables;") gives errors.

It says that configuration is optional, which made me think there might be a way to add connections from the UI but can't see it. (I've also not successfully added a connection to a mysql db but that would be a different issue).

I'm sure screenshots and simple examples would help here.

kndndrj commented 1 year ago

Hey, thanks for the suggestions! I'm fully aware of these issues and am working on it as we speak.

In the meantime you can refer to the readme on thr feature/specifying_connections branch. I added some stuff there.

It will probably change a bit before merging, but its a start.

kndndrj commented 1 year ago

closed with #13