DBUIFindBuffer currently always opens the drawer when executed. This becomes inconvenient when adding and executing procedures or queries in sequence, since the drawer opens each time and needs to be closed manually.
It would be useful to have an option or flag to associate a buffer with a database connection without opening the drawer.
Example:
let g:db_ui_open_drawer_on_find = false