---
title: "Building Queries"
description: "First, craft your test data. The examples folder shows a template for building a test-db, and can be ran with `cargo run --example [your-example]`."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/readme-671
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:36:48.879Z
license: CC-BY-4.0
attribution: "Building Queries — Claudary (https://claudary.paisolsolutions.com/skills/readme-671)"
---

# Building Queries
First, craft your test data. The examples folder shows a template for building a test-db, and can be ran with `cargo run --example [your-example]`.

## Overview

# Building Queries

First, craft your test data. The examples folder shows a template for building a test-db, and can be ran with `cargo run --example [your-example]`.

To actually use and test your queries, import the generated DB file into https://sqliteonline.com/

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/readme-671) · https://claudary.paisolsolutions.com
