Git Product home page Git Product logo

Comments (6)

rakshans1 avatar rakshans1 commented on May 18, 2024 1

Worked after adding database name at end

from vim-dadbod-ui.

kristijanhusak avatar kristijanhusak commented on May 18, 2024

Can you give me the format of database url that you are using?
Also, give me some system info, OS, Vim/Neovim version, etc.

from vim-dadbod-ui.

rakshans1 avatar rakshans1 commented on May 18, 2024

url: mysql://user:[email protected]
NVIM: v0.5.0-nightly-1-gdc0e534
OS: Ubuntu 18.04.4 LTS x86_64
Shell: zsh 5.4.2

from vim-dadbod-ui.

kristijanhusak avatar kristijanhusak commented on May 18, 2024

Since connections are per db, and your url doesn't contain database name, I suggest to add a db name to the url like this:

mysql://user:[email protected]/db_name

Let me know if that fixes it completely, since i'm not sure about the warning.

from vim-dadbod-ui.

rakshans1 avatar rakshans1 commented on May 18, 2024

Can I use my own .sql file and run query by selecting a line

from vim-dadbod-ui.

kristijanhusak avatar kristijanhusak commented on May 18, 2024

You can assign your sql file to a certain database as a buffer with :DBUIFindBuffer, which will set b:db, that you can use directly with dadbod (by selecting lines and executing :DB on them). Just make sure to update.

from vim-dadbod-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.