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

Able to push changes to original tables/layers #727

Open
antoniolocandro opened this issue Nov 5, 2022 · 0 comments
Open

Able to push changes to original tables/layers #727

antoniolocandro opened this issue Nov 5, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@antoniolocandro
Copy link

Similar to discussion here #681 with regards to postgis but I guess this will apply to any supported layer.

It would be great if it behave a little bit more like git, let's say I have an existing Postgis DB, GPKG etc, this is what others may be using or should be managed, a kart repo should be able to be started that takes this pre-existing layers and then one can work creating branches, etc.

Commits would go to the main branch but there should be an option to push the changes to the original source from where the data was imported which I think is not the case.

For a postgis db, for example I could have several schemas with tables, when initializing a kart repo I would expect the import of the tables into where kart stores the information including the ability to know to which schema they belong. Then work normally with kart and an option to push at the end if wanted the changes to the original postgis db to the respective schemas.

This would be similar workflow to GPKG or other supported formats. Don't know if this would be really possible

As it is right now, it seems once I have commited the changes to the kart repo main I would need a different process to actually export to a file or update the original ones

@antoniolocandro antoniolocandro added the enhancement New feature or request label Nov 5, 2022
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