Pick the right connector for your data and environment.
Connectors are the storage and integration layer.
Each connector instance needs a unique id.
id
Wire any connector into SchemaFX in Connecting Data Sources.
FileConnector: Files within your filesystem.
FileConnector
MemoryConnector: In-Memory data
MemoryConnector
Built-In Connectors are best for dev and testing, ultimately you'll want the security of External Connectors.
Google Sheets: @schemafx/connector-googlearrow-up-right
PostgreSQL: @schemafx/connector-postgresqlarrow-up-right
Need a different source?
Build your own connector in Creating Connectors.
Last updated 1 month ago