You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The schema.json file seems outdated as it only allows MongoDB as a storage type, but according to the current documentation, PowerSync now supports PostgreSQL as a storage option.
The schema should be updated to:
Allow "postgresql" as a valid storage type
Include PostgreSQL-specific configuration options for the storage section
Make it consistent with the example configurations in the documentation
The schema file in this repository was manually generated and added as a convenience helper for the demos.
Other additions since the initial demo releases, such as MySQL and MongoDB replication are also not yet in this schema file, and would require some additional work to compile all the supported types into a single schema.
The schema.json file seems outdated as it only allows MongoDB as a storage type, but according to the current documentation, PowerSync now supports PostgreSQL as a storage option.
The schema should be updated to:
Example from docs showing PostgreSQL storage:
The text was updated successfully, but these errors were encountered: