Download Example database files

File File type File size File extension Mime type Download example file
SQLite Database Sample SQLite 88 KB .db application/x-sqlite3 Download example file
iCalendar Event Sample iCalendar 697 B .ics text/calendar Download example file
vCard Contact Sample vCard 409 B .vcf text/vcard Download example file
Markdown Document Sample Markdown 3 KB .md text/markdown Download example file

About database and structured files

Some file formats carry more structure than a plain text file but do not fit neatly into the "document" or "data" buckets. SQLite databases are self-contained, serverless database files that you can query with SQL. iCalendar (.ics) files store calendar events and are supported by every major calendar app. vCard (.vcf) files hold contact information and work across email clients and phones.

SQLite databases

SQLite is the most widely deployed database engine in the world. It stores an entire relational database in a single file, needs no server process, and works on every platform. Our sample SQLite file contains a simple schema with seed data so you can start querying right away.

Markdown files

Markdown is a lightweight markup language that converts to HTML. It has become the standard for README files, documentation, and note-taking apps. Our sample Markdown file demonstrates all the common syntax elements.

If you need tabular data in a simpler format, take a look at our CSV files or JSON files.

This website uses cookies for analytical purposes, which you can ready about at our cookie policy.