Database — Overview
The database is the structured core of Pachurros. It works for anything you can think of in rows and columns — shot lists, equipment lists, contacts, tasks, budget overviews, image sequences, and more.
What makes up a database
Section titled “What makes up a database”Each row is a record — a subject, a task, an appointment, or a contact.
Status, date, assignee, file — 30 column types for every use case.
Same data shown as a Table, Kanban, Gallery, Calendar, Timeline, Storyboard, Map, Chart, or Form.
You can create as many views of the same database as you like and switch between them freely. The data is always the same — only the presentation changes.
Views at a glance
Section titled “Views at a glance”| View | Best used for |
|---|---|
| Table | Full overview, many columns visible at once |
| List | Compact single-line overview with inline fields |
| Kanban | Workflow status, task management |
| Gallery | Image-based content, visual overview |
| Calendar | Scheduling, shooting days |
| Timeline | Project duration, phases and milestones |
| Storyboard | Image sequences in order |
| Map | Location-based data, shooting locations |
| Chart | Analytics, status overviews, time series |
| Form | Structured data entry, submissions |
Creating a new database
Section titled “Creating a new database”- Click + New Database in the sidebar
- Give it a name
- Optionally select a starter template
Adding an entry
Section titled “Adding an entry”- In Table view: Click + New Row at the bottom
- In Kanban view: Click + below a column
- In Gallery: Click + New Entry
Opening a row
Section titled “Opening a row”Click on a row (or the open icon) to see the detail view — all fields, comments, and attached media.
Exporting
Section titled “Exporting”Under ⋯ → Export there are three ways:
| Way | Result |
|---|---|
| As Excel | .xlsx — plain number columns stay numbers Excel can compute with |
| As CSV | .csv with BOM so Excel reads umlauts correctly |
| With attachments (ZIP) | bundle of Excel and CSV plus every file |
What gets exported is what the active view shows: its filters, its sorting, its visible columns. References resolve to plain names — a relation becomes the linked row’s title, a person their name, a select its label.
With attachments
Section titled “With attachments”Files and images attached to rows travel along as real files:
Invoices.zip├── Invoices.xlsx├── Invoices.csv└── Anhänge/ ├── 001 Invoice Meier/invoice.pdf ├── 001 Invoice Meier/receipt.jpg └── 002 Invoice Huber/contract.pdfOne folder per row, named after its title with a running number — that number is also the row number in the sheet, so you can get from row to file. If two attachments of the same row share a name, the column is added.
While bundling, the menu shows progress (“3/12”). If a file is missing the export still completes and adds a FEHLENDE-DATEIEN.txt list — an export that fails over one deleted file would be worse than one that brings 99 of 100.
Further topics
Section titled “Further topics”- Column types — all 27 types explained
- Configure views — filters, sorting, grouping
- Comments & cells — collaboration at the row level
- Automations — automate workflows (7 triggers, 7 actions, conditions)
- Chart view — bar, donut and line charts
- Form view — structured data entry and submissions
- Calendar subscription (iCal) — subscribe to calendar views
- Upload link — external uploads without an account
- Version history — restore earlier data states