8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I like specql for forcing namespaces on all clojure side keywords, but I can't get it to recognize schemas when defining tables.
The text was updated successfully, but these errors were encountered:
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".
Sorry, something went wrong.
Any progress on this front?
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.
No branches or pull requests
I like specql for forcing namespaces on all clojure side keywords, but I can't get it to recognize schemas when defining tables.
The text was updated successfully, but these errors were encountered: