Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating new database in DataGrip JetBrains

Anybody know how to create new database in DataGrip (database IDE from JetBrains)? Could not find in DataGrip Help page.

like image 976
Abduhafiz Avatar asked Feb 17 '16 17:02

Abduhafiz


People also ask

Can you create a database in DataGrip?

Also, to create a database, you can drag an SQLite DB file to the Database Explorer. As the data source is ready, you will see it in the Database Explorer. The data source is presented as a tree with nodes. Also, along with the data source, DataGrip creates a query console.

How do I use Jetbrains DataGrip?

Start working with your data source by creating a connection to it. Connect an SQL file to a data source and run your code. Connect an SQL file to a data source and run your code. Import and export your data to and from various formats with or without special tools like mysqldump, pg_dump, pg_restore, or psql.

How do I create a SQL DataGrip File?

In the list of objects, select the object that you want to create. Right-click a directory of the DDL data source in the Files tool window (View | Tool Windows | Files) and select New | SQL File. Type a CREATE statement in the created SQL file.


1 Answers

In DataGrip 2017.1 UI for this was introduced

enter image description here

like image 137
moscas Avatar answered Oct 06 '22 04:10

moscas