Anybody know how to create new database in DataGrip (database IDE from JetBrains)? Could not find in DataGrip Help page.
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.
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.
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.
In DataGrip 2017.1 UI for this was introduced
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With