[GH-ISSUE #29] Different Schema? #17

Closed
opened 2026-02-26 01:32:54 +03:00 by kerem · 7 comments
Owner

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?

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**?
kerem closed this issue 2026-02-26 01:32:54 +03:00
Author
Owner

@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?

<!-- gh-comment-id:235192053 --> @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?
Author
Owner

@jeffknupp commented on GitHub (Jul 26, 2016):

@dmofot @ralienpp I can add that ability. Are you using sandman2ctl or extending the code directly?

<!-- gh-comment-id:235262335 --> @jeffknupp commented on GitHub (Jul 26, 2016): @dmofot @ralienpp I can add that ability. Are you using `sandman2ctl` or extending the code directly?
Author
Owner

@pmart123 commented on GitHub (Aug 16, 2016):

@jeffknupp It'd be nice from the command line as an argument.

<!-- gh-comment-id:240083251 --> @pmart123 commented on GitHub (Aug 16, 2016): @jeffknupp It'd be nice from the command line as an argument.
Author
Owner

@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.

<!-- gh-comment-id:241910844 --> @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.
Author
Owner

@dmofot commented on GitHub (Aug 25, 2016):

Hey @jeffknupp , sorry I missed your post. If it was possible for sandmand2ctl to have an option for doing the equivalent of

SET search_path TO my_schema, public;

it would certainly make accessing data outside the public schema a lot easier.

<!-- gh-comment-id:242515050 --> @dmofot commented on GitHub (Aug 25, 2016): Hey @jeffknupp , sorry I missed your post. If it was possible for `sandmand2ctl` to have an option for doing the equivalent of ``` sql SET search_path TO my_schema, public; ``` it would certainly make accessing data outside the `public` schema a lot easier.
Author
Owner

@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

<!-- gh-comment-id:242553318 --> @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
Author
Owner

@jeffknupp commented on GitHub (Aug 25, 2016):

Closed by #42

<!-- gh-comment-id:242555671 --> @jeffknupp commented on GitHub (Aug 25, 2016): Closed by #42
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#17
No description provided.