drivers

Usage

.drivers

Description

The drivers command displays the available database drivers.

DriverDescriptionURL
cockroachdbCockroachDB driver provided by SQLxredshift://<user>[:<password>]@<host>[:<port>]/<database>
duckdbDuckDB provided by DuckDBduckdb://?<memory=true>[&file=<database_file>]
libsqlLibSQL provided by Tursolibsql://<host>?[<memory=true>][&file=<database_file>][&auth_token=<token>]
mariadbMariaDB provided by SQLxmariadb://<user>[:<password>]@<host>[:<port>]/<database>
mysqlMySQL provided by SQLxmysql://<user>[:<password>]@<host>[:<port>]/<database>
postgresPostgreSQL driver provided by rust-postgrespostgres://<user>[:<password>]@<host>[:<port>]/<database>?<embedded=true>
postgresqlPostgreSQL driver provided by SQLxpostgresql://<user>[:<password>]@<host>[:<port>]/<database>?<embedded=true>
redshiftRedshift driver provided by SQLxredshift://<user>[:<password>]@<host>[:<port>]/<database>
rusqliteSQLite provided by Rusqliterusqlite://?<memory=true>[&file=<database_file>]
snowflakeSnowflake provided by Snowflake SQL APIsnowflake://<user>[:<token>]@<account>.snowflakecomputing.com/[?private_key_file=pkey_file&public_key_file=pubkey_file]
sqliteSQLite provided by SQLxsqlite://?<memory=true>[&file=<database_file>]
sqlserverSQL Server provided by Tiberiussqlserver://<user>[:<password>]@<host>[:<port>]/<database>

Examples

Show the available drivers:

.drivers

Demonstration