Docs.rs
parsql-postgres-0.2.0
parsql-postgres 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
yazdostum-nettr
Dependencies
parsql-core ^0.2.0
normal
parsql-macros ^0.2.0
normal
postgres ^0.19.9
normal
criterion ^0.5.1
dev
Versions
0%
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
parsql_
postgres
0.2.0
In parsql_
postgres::
crud_
ops
parsql_postgres
::
crud_ops
Function
insert
Copy item path
Source
pub fn insert<T:
Insertable
+
SqlParams
>( client: &mut
Client
, entity: T, ) ->
Result
<
u64
,
Error
>