lemmy/crates/db_views/src
dullbananas 759f6d8a9a
Better query plan viewing experience (#4285)
* stuff

* stuff including batch_upsert function

* stuff

* do things

* stuff

* different timestamps

* stuff

* Revert changes to comment.rs

* Update comment.rs

* Update comment.rs

* Update post_view.rs

* Update utils.rs

* Update up.sql

* Update up.sql

* Update down.sql

* Update up.sql

* Update main.rs

* use anyhow macro

* replace get(0) with first()

* as_slice

* Update series.rs

* Update db_perf.sh

* Update and rename crates/db_schema/src/utils/series.rs to crates/db_perf/src/series.rs

* Update utils.rs

* Update main.rs

* Update main.rs

* Update .woodpecker.yml

* fmt main.rs

* Update .woodpecker.yml

* Instance::delete at end

* Update main.rs

* Update Cargo.toml

---------

Co-authored-by: Nutomic <me@nutomic.com>
2024-01-24 10:22:33 -05:00
..
comment_report_view.rs Use pretty_assertions for assertions (#4347) 2024-01-04 04:47:18 -05:00
comment_view.rs Add macro assert_length!() for tests (#4348) 2024-01-04 11:51:55 -05:00
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
lib.rs Adding /post/like/list and /comment/like/list for admins. (#4332) 2024-01-03 13:39:21 -05:00
local_user_view.rs Making login case-insensitive. Fixes #4272 (#4273) 2023-12-15 11:34:17 +01:00
post_report_view.rs Add macro assert_length!() for tests (#4348) 2024-01-04 11:51:55 -05:00
post_view.rs Better query plan viewing experience (#4285) 2024-01-24 10:22:33 -05:00
private_message_report_view.rs Add macro assert_length!() for tests (#4348) 2024-01-04 11:51:55 -05:00
private_message_view.rs Add macro assert_length!() for tests (#4348) 2024-01-04 11:51:55 -05:00
registration_application_view.rs Use pretty_assertions for assertions (#4347) 2024-01-04 04:47:18 -05:00
site_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
structs.rs make inner type pub so it can be read and created easily in other crates (#4397) 2024-01-24 09:03:31 -05:00
vote_view.rs Use pretty_assertions for assertions (#4347) 2024-01-04 04:47:18 -05:00