Cargo Features

lemmy_db_views_moderator has no features set by default.

[dependencies]
lemmy_db_views_moderator = { version = "0.19.4-beta.6", features = ["full"] }
full = diesel, diesel-async, ts-rs

Enables full of lemmy_db_schema

Affects lemmy_db_views_moderator::admin_purge_comment_view, lemmy_db_views_moderator::admin_purge_community_view, lemmy_db_views_moderator::admin_purge_person_view, lemmy_db_views_moderator::admin_purge_post_view, lemmy_db_views_moderator::mod_add_community_view, lemmy_db_views_moderator::mod_add_view, lemmy_db_views_moderator::mod_ban_from_community_view, lemmy_db_views_moderator::mod_ban_view, lemmy_db_views_moderator::mod_feature_post_view, lemmy_db_views_moderator::mod_hide_community_view, lemmy_db_views_moderator::mod_lock_post_view, lemmy_db_views_moderator::mod_remove_comment_view, lemmy_db_views_moderator::mod_remove_community_view, lemmy_db_views_moderator::mod_remove_post_view, lemmy_db_views_moderator::mod_transfer_community_view

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

diesel full?
diesel-async full?
ts-rs full?

Enables ts-rs ^7.1.1