| Documentation |
|
PROPERTY Type AS StringRepresents the type of the database server you want to connect to.
The current supported database servers are:
| Database type | Property value |
|---|---|
| PostgreSQL | "postgresql" |
| MySQL | "mysql" |
| SQLite | "sqlite" |
| SQLite 3 | "sqlite3" |
| ODBC | "odbc" |