zed/crates/sqlez/src
Danny Milosavljevic 9ddaee0ac2
sqlez: Open named in-memory databases as SQLite URIs (#50967)
Closes #51011

Before you mark this PR as ready for review, make sure that you have:
- [X] Added a solid test coverage and/or screenshots from doing manual
testing
- [X] Done a self-review taking into account security and performance
aspects
- [X] Aligned any UI changes with the [UI
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2026-03-10 20:25:12 +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 Reduce amount of monomorphizations from FnMut closures (#49453) 2026-02-18 12:00:02 +01:00
lib.rs
migrations.rs Reduce amount of monomorphizations from FnMut closures (#49453) 2026-02-18 12:00:02 +01:00
savepoint.rs
statement.rs Reduce amount of closure monomorphizations part 2 (#49688) 2026-02-20 08:32:45 +00:00
thread_safe_connection.rs sqlez: Open named in-memory databases as SQLite URIs (#50967) 2026-03-10 20:25:12 +00:00
typed_statements.rs
util.rs