zed/crates/db
Piotr Osiewicz 678bdddd7d
chore: Add crate licenses. (#4158)
- GPUI and all dependencies: Apache 2
- Everything else: AGPL

Here's a script that I've generated for it:
https://gist.github.com/osiewicz/6afdd6626e517da24a2092807e6f0b6e

Release Notes:
- N/A

---------

Co-authored-by: David <david@zed.dev>
2024-01-23 16:56:22 +01:00
..
src Remove 2 suffix for fs, db, semantic_index, prettier 2024-01-03 12:09:42 -08:00
Cargo.toml chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00
LICENSE-AGPL chore: Add crate licenses. (#4158) 2024-01-23 16:56:22 +01:00
README.md Rebase fix + Started writing the real SQL we're going to need 2022-12-03 16:04:10 -08:00

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/