Home Explore Blog CI



zed

1st chunk of `crates/db/README.md`
394ac8b21126810f0914d288d51c48c89302497cc046b40e000000010000010c
# 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/

Title: Building and Testing Queries
Summary
This section describes how to build and test queries. First, create test data using the template in the 'examples' folder. Then, import the generated DB file into https://sqliteonline.com/ to test your queries.