zed/crates/db
Joseph T. Lyons ca4980df02
Add system_id (#18040)
This PR adds `system_id` to telemetry, which is contained within a new
`global` database (accessible by any release channel of Zed on a single
system). This will help us get a more accurate understanding of user
count, instead of relying on `installationd_id`, which is different per
release channel. This doesn't solve the problem of a user with multiple
machines, but it gets us closer.

Release Notes:

- N/A
2024-09-19 07:20:27 -04:00
..
src Add system_id (#18040) 2024-09-19 07:20:27 -04:00
Cargo.toml Replace lazy_static with std::sync::LazyLock (#16066) 2024-08-20 14:27:33 -04:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00
README.md Clean up whitespace (#10755) 2024-04-23 13:31:21 -04: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/