Backend-specific connection options passed to AdapterFactory.create.
Only the property matching the chosen AdapterType needs to be provided; all others are ignored.
AdapterType
Optional
PostgreSQL connection string, e.g. "postgresql://user:pass@host/db".
"postgresql://user:pass@host/db"
Redis connection URL, e.g. "redis://localhost:6379".
"redis://localhost:6379"
Absolute or relative path to the SQLite database file.
Backend-specific connection options passed to AdapterFactory.create.
Only the property matching the chosen
AdapterTypeneeds to be provided; all others are ignored.