# Functions
FileExists check if the file with the given path exits.
FileNotExists check if the file with the given path not exits.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseDSNType attempts to convert a string to a DSNType.
No description provided by the author
# Constants
DSNTypeCassandra is a DSNType of type Cassandra.
DSNTypeClickhouse is a DSNType of type Clickhouse.
DSNTypeCouchbase is a DSNType of type Couchbase.
DSNTypeElasticsearch is a DSNType of type Elasticsearch.
DSNTypeMax is a DSNType of type Max.
DSNTypeMongodb is a DSNType of type Mongodb.
DSNTypeMssql is a DSNType of type Mssql.
DSNTypeMysql is a DSNType of type Mysql.
DSNTypeOracle is a DSNType of type Oracle.
DSNTypePostgres is a DSNType of type Postgres.
DSNTypeRedis is a DSNType of type Redis.
DSNTypeSqlite3 is a DSNType of type Sqlite3.
DSNTypeTidb is a DSNType of type Tidb.
# Interfaces
No description provided by the author
# Type aliases
DSNType ..