Docs.rs
oclock_sqlite-0.1.5
oclock_sqlite 0.1.5
Permalink
Docs.rs crate page
GPL-3.0-or-later
05 June 2026
Links
Repository
crates.io
Source
Owners
dghilardi
Dependencies
diesel ^2.1
normal
diesel_migrations ^2.1
normal
log ^0.4
normal
serde ^1.0
normal
Versions
27.27%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module columns
oclock_
sqlite
0.1.5
Module columns
Module Items
Structs
In oclock_
sqlite::
schema::
tasks
oclock_sqlite
::
schema
::
tasks
Module
columns
Copy item path
Source
Expand description
Contains all of the columns of this table
Structs
ยง
enabled
id
name
star
Represents
table_name.*
, which is sometimes needed for efficient count queries. It cannot be used in place of
all_columns
, and has a
SqlType
of
()
to prevent it being used that way