appwrite / sdk-generator

Generating SDKs for multiple programming languages and platforms ⚙️
https://appwrite.io
MIT License
258 stars 160 forks source link

Feat non destructive db actions #854

Closed byawitz closed 1 month ago

byawitz commented 1 month ago

What does this PR do?

Test Plan

The Apprwrite instance can be seen in the background, and this is what happening while I'm changing the appwrite.json file

  1. Fields are being created. Existing fields don't touch.
  2. When destructive actions must be taken, a visualized table is displayed to the user, noting the differences.
  3. Removed amount fields get removed.

https://github.com/appwrite/sdk-generator/assets/316103/2343bfcb-8f6f-465f-9ec4-aeb12d3ea058

byawitz commented 1 month ago

image

Full changes table