Skip to content
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

Support PostgreSQL/PostGIS views #12

Open
JBurkinshaw opened this issue Jul 27, 2021 · 0 comments
Open

Support PostgreSQL/PostGIS views #12

JBurkinshaw opened this issue Jul 27, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@JBurkinshaw
Copy link
Collaborator

PostgreSQL/PostGIS tables are currently supported but views are not.

Add support for views.

The main obstacle to support is likely to be difficulties identifying a suitable unique field in each view, as a view is not required to have a Primary Key. It may be possible to provide this information via oaff.collections (formerly feapi.collections) or an alternate metadata entity within the oaff schema.

@JBurkinshaw JBurkinshaw added the enhancement New feature or request label Jul 27, 2021
@JBurkinshaw JBurkinshaw added this to the v0.4.0 milestone Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant