Skip to content

Conversation

kiwicopple
Copy link
Member

This pull request introduces support for a new Shopify foreign data wrapper (FDW) in the project. The most important changes include adding a new entry to the navigation in mkdocs.yaml, creating a new Cargo package for the Shopify FDW, and defining the corresponding WebAssembly interface using the WIT format.

Documentation Updates:

  • mkdocs.yaml: Added a new navigation entry for Shopify documentation, linking to catalog/shopify.md.

Shopify FDW Implementation:

  • wasm-wrappers/fdw/shopify_fdw/Cargo.toml: Created a new Cargo package for the Shopify FDW, specifying dependencies, metadata, and build configurations. This includes dependencies on wit-bindgen-rt, serde, and serde_json, as well as metadata for integration with Supabase components.
  • wasm-wrappers/fdw/shopify_fdw/wit/world.wit: Defined the WebAssembly interface for the Shopify FDW, importing and exporting relevant modules from the Supabase wrappers library.

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

Successfully merging this pull request may close these issues.

1 participant