8000 Support namespaced schemas for tables · Issue #33 · tatut/specql · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support namespaced schemas for tables #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sooheon opened this issue Jan 25, 2018 · 3 comments
Open

Support namespaced schemas for tables #33

sooheon opened this issue Jan 25, 2018 · 3 comments

Comments

@sooheon
Copy link
sooheon commented Jan 25, 2018

I like specql for forcing namespaces on all clojure side keywords, but I can't get it to recognize schemas when defining tables.

@sooheon
Copy link
Author
sooheon commented Mar 28, 2018

To clarify, I mean "schemas" in the postgres sense. I want to be able to do this:

(define-tables define-db
  ["employee.address" :address/address]
  ["company.employee" :employee/employees]
  ["company.department" :department/departments])

Currently, specql is not able to recognize that "employee.address" is table "address" in schema "employee".

@sooheon
Copy link
Author
sooheon commented Mar 21, 2019

Any progress on this front?

@tatut
61F4 Copy link
Owner
tatut commented Mar 21, 2019

I haven't had the need for this, but it is a good feature to implement.

You should be able to do this with minor changes to the catalog queries. PR welcome, if you want to take a stab at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0