zed/crates/sqlez/src
Lukas Wirth c5a2807492
Remove smol as a dependency from a bunch of crates (#53603)
We aren't making use of it in these crates and it unblocks some
web-related work

Release Notes:

- N/A or Added/Fixed/Improved ...
2026-04-24 10:29:51 +00:00
..
bindable.rs
connection.rs sqlez: Open named in-memory databases as SQLite URIs (#50967) 2026-03-10 20:25:12 +00:00
domain.rs
lib.rs
migrations.rs
savepoint.rs
statement.rs Reduce amount of closure monomorphizations part 2 (#49688) 2026-02-20 08:32:45 +00:00
thread_safe_connection.rs Remove smol as a dependency from a bunch of crates (#53603) 2026-04-24 10:29:51 +00:00
typed_statements.rs
util.rs