zed/crates/db
2024-01-23 17:40:30 +01:00
..
src Remove 2 suffix for fs, db, semantic_index, prettier 2024-01-03 12:09:42 -08:00
Cargo.toml Remove license-file from Cargo.toml as it is apparently redundant (#4218) 2024-01-23 17:40:30 +01:00
LICENSE-AGPL chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00
README.md

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/