From the course: Java Persistence with JPA and Hibernate

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Database

Database

- [Instructor] The database that you'll be using for this course is a MariaDB database. To make things convenient for you while learning, the GitHub Codespaces environment enables you to work with the MariaDB database via the SQL tools extension. This extension is already available for you in the Codespace. So here I'm in my Codespace. On the left hand side panel, there's a cylinder icon, which is SQL Tools. Click on it and it opens the SQL Tools view. Here you have the available connections. There's one connection to MariaDB. If it's not automatically connected, you can click on it to establish a connection. Once the connection is established, there's a small green circle stating that the connection is now active. If you expand it, there's a default database named MariaDB here, and if you expand it, there's a folder called Tables. But because this is an empty database, there are no tables in it. Likewise, all the databases that you create for this course, we'll be listed here and you…

Contents