mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-26 00:55:53 +03:00
[GH-ISSUE #29] Different Schema? #17
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dmofot on GitHub (Mar 17, 2016).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/29
@jeffknupp - Is it possible to use sandman2 with a schema other than public?
@ralienpp commented on GitHub (Jul 26, 2016):
I think I'm running into a similar problem - your web-ui does not list any tables at all, is that correct?
@jeffknupp commented on GitHub (Jul 26, 2016):
@dmofot @ralienpp I can add that ability. Are you using
sandman2ctlor extending the code directly?@pmart123 commented on GitHub (Aug 16, 2016):
@jeffknupp It'd be nice from the command line as an argument.
@generalelectrix commented on GitHub (Aug 23, 2016):
+1 for this feature, I'm very interested in using this library but without schema support I'm dead in the water.
@dmofot commented on GitHub (Aug 25, 2016):
Hey @jeffknupp , sorry I missed your post. If it was possible for
sandmand2ctlto have an option for doing the equivalent ofit would certainly make accessing data outside the
publicschema a lot easier.@generalelectrix commented on GitHub (Aug 25, 2016):
It was trivial to ask SQLAlchemy to use a different schema besides public. Not sure if multiple schema specifications are possible, but this PR I just filed adds support for at least selecting a schema: https://github.com/jeffknupp/sandman2/pull/42
@jeffknupp commented on GitHub (Aug 25, 2016):
Closed by #42