data-atom icon indicating copy to clipboard operation
data-atom copied to clipboard

Initial version of Metabase database manager

Open wvengen opened this issue 7 years ago • 3 comments

This is a bit of a different database manager, using Metabase's REST API.

Limitations:

  • Supports native queries only (good for SQL).
  • Autocomplete doesn't make much sense for non-SQL databases.
  • Tested with admin access only (but should function with normal access too).
  • Queries cannot be cancelled because fetch doesn't support it.
  • Error handling could be improved in some places (but I consider it good enough for now).

When loading table info, only the current selected database is cached - to avoid huge installations blowing up Atom memory use.

Remaining issues:

  • [ ] report errors to user (now #65 is happening when a promise is rejected)

wvengen avatar Mar 29 '17 13:03 wvengen

Interesting. I'll have a look at this this weekend and try to merge it. Thanks!

lukemurray avatar Apr 04 '17 23:04 lukemurray

bump for interest

morenoh149 avatar Jul 14 '17 01:07 morenoh149

OMG - a conflict in the README.md prevents the code-merge. Tragic.

teamgroove avatar Nov 20 '17 23:11 teamgroove