
DBeaver Sample Database: What's Inside and How to Query It
When you install DBeaver, it offers to create a sample database for you. This is worth doing – it gives you real tables with real relationships to query against, without needing to find or import your own data. This post walks through what’s in the sample database, how to connect to it, and the first queries worth running. What is the DBeaver sample database? The sample database is a SQLite database that DBeaver generates locally on your machine. SQLite stores the entire database in a single file, so there’s nothing to configure or connect to remotely – DBeaver handles it all. ...
