
#DOWNLOAD MONGODB DATABASE DRIVER#
For more information about creating a database connection with your driver, see Add a user driver to an existing connection.įrom the Connection type list, select your connection type:ĭefault: standard connection string format (for example, mongodb://localhost:27021/admin).
#DOWNLOAD MONGODB DATABASE DRIVERS#
You can specify your drivers for the data source if you do not want to download the provided drivers. The IDE does not include bundled drivers in order to have a smaller size of the installation package and to keep driver versions up-to-date for each IDE version. As you click this link, DataGrip downloads drivers that are required to interact with a database. On the Data Sources tab in the Data Sources and Drivers dialog, click the Add icon ( ) and select MongoDB.Īt the bottom of the data source settings area, click the Download missing driver files link. In the Database Explorer ( View | Tool Windows | Database Explorer), click the Data Source Properties icon. You can open data source properties by using one of the following options: In this case, the connection URL will look like: mongodb://localhost:27017/local?authSource=admin. If no authentication database is specified, MongoDB uses the admin database by default.įor example, you want to connect to the local database but your authentication database is admin. If the authentication database differs from the database to which you want to connect, specify the authentication database with the authSource parameter in the URL. In MongoDB, for authentication, you must provide a username, password, and the authentication database that is associated with this username. Only after that you will see the DataGrip interface and will be able to create connections. You need to create and open a project from the Welcome Screen.
