Docs.rs
fire-postgres-0.1.10
fire-postgres 0.1.10
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
soerenmeier
Dependencies
base64 ^0.21
normal
bcrypt ^0.9
normal
bytes ^1.0
normal
chrono ^0.4.23
normal
fire-crypto ^0.3.2
normal
email_address ^0.2
normal
fallible-iterator ^0.2
normal
fire-postgres-derive ^0.1
normal
fire-protobuf ^0.1.2
normal
postgres-protocol ^0.6
normal
postgres-types ^0.2
normal
rand ^0.8
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.0
normal
tokio-postgres ^0.7
normal
serde_json ^1.0
dev
Versions
6.62%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate fire_postgres
Crate fire_postgres
Version 0.1.10
All Items
Re-exports
Modules
Macros
Type Definitions
Derive Macros
Crates
fire_postgres
?
Crate
fire_postgres
source
·
[
−
]
Re-exports
pub use database::
Database
;
pub use table::
Table
;
pub use uid::
UniqueId
;
pub use error::
Error
;
Modules
database
error
query
table
time
uid
Macros
enum_u16
Example
short_whr_comp
short_whr_in_comp
try2
try_res_opt
try_vec
updt
Example
updt_item
whr
Possible operators
whr_comp
whr_log
Type Definitions
Result
Derive Macros
TableTempl
Results
In Names
(2)
In Parameters
(17)
In Return Types
(7)
trait
fire_postgres::
table::
TableTemplate
derive macro
fire_postgres::
TableTempl
method
fire_postgres::
table::
table::
Table::
fmt
method
fire_postgres::
table::
table::
Table::
info
method
fire_postgres::
table::
table::
Table::
name
method
fire_postgres::
table::
table::
Table::
clone
method
fire_postgres::
table::
table::
Table::
create
Panics
method
fire_postgres::
table::
table::
Table::
delete
method
fire_postgres::
table::
table::
Table::
update
method
fire_postgres::
table::
table::
Table::
find_all
method
fire_postgres::
table::
table::
Table::
find_one
method
fire_postgres::
table::
table::
Table::
find_many
method
fire_postgres::
table::
table::
Table::
insert_one
method
fire_postgres::
table::
table::
Table::
try_create
method
fire_postgres::
table::
table::
Table::
execute_raw
this does not verify the params
method
fire_postgres::
table::
table::
Table::
insert_many
method
fire_postgres::
table::
table::
Table::
update_full
method
fire_postgres::
table::
table::
Table::
find_many_raw
expects the rows to be in the order which get’s returned …
method
fire_postgres::
table::
table::
Table::
names_for_select
Example Output
method
fire_postgres::
table::
table::
Table::
clone
method
fire_postgres::
database::
Database::
table
method
fire_postgres::
table::
table::
Table::
create
Panics
method
fire_postgres::
table::
table::
Table::
find_all
method
fire_postgres::
table::
table::
Table::
find_one
method
fire_postgres::
table::
table::
Table::
find_many
method
fire_postgres::
table::
table::
Table::
find_many_raw
expects the rows to be in the order which get’s returned …