Listing Of Connections
The Wolfram Language has built-in support for a growing number of connections. Some of these connections are freely accessible to all Wolfram Language users; others will allow you to seamlessly use your own credentials.
DataConnectionObject — connection to data stores (with authentication, queries, etc.)
Import — import data from a connection
FileFormat — get the file format of a file-based connection
File Systems
"AmazonS3" — represent data stored in Amazon S3 objects
"AzureBlobStorage" — represent data stored in Azure blobs
"Dropbox" — represent files stored on Dropbox
"IPFS" — represent data located on the InterPlanetary File System (IPFS)
"Kaggle" — represent datasets located on Kaggle
"OneDrive" — represent files stored on OneDrive
Relational Databases
"SQLite" — represent data from a local SQLite database query
"PostgreSQL" — represent data from a PostgreSQL database query
"MySQL" — import data from a MySQL database query
"MicrosoftSQL" — import data from a MicrosoftSQL database query
"Oracle" — import data from an Oracle database query