Home Explore Blog CI



zed

crates/db/README.md
e5e983c0321734586d76b1d336a4c1bcc20d01afda68ba65000000030000010c
# 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/

Chunks
394ac8b2 (1st chunk of `crates/db/README.md`)
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.