web-pal / DBGlass

PostgreSQL client built with Electron.
http://dbglass.web-pal.com
MIT License
1.25k stars 71 forks source link

Support postgres scheme? #5

Closed sedrakpc closed 7 years ago

sedrakpc commented 8 years ago

Looks like application supports only public scheme right now.

VladimirPal commented 8 years ago

@sedrakpc Can you clarify please what's you mean

sedrakpc commented 8 years ago

Here is a screenshot of my database from pgadmin:

screen shot 2016-10-10 at 7 21 39 pm

This one from DBGlass:

screen shot 2016-10-10 at 7 22 20 pm

Seems application only shows tables from public scheme.

VladimirPal commented 8 years ago

@sedrakpc Thank you, we'll fix it

jmealo commented 8 years ago

Looks great so far. Properly supporting schemas and search path are a must. :+1:

cbertelli commented 7 years ago

Yes, definitely worth the effort. Thanks

VladimirPal commented 7 years ago

https://github.com/web-pal/DBGlass/issues/46