登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 2025年度个人数据报告已发布,快来看看你的成长👉
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
0
rustup
/
rust-postgres
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
postgres-shared-v0.1.0
postgres-shared v0.1.0
c62bedc
2016-12-27 05:46
下载
v0.13.4
v0.13.4
1006b50
2016-12-20 04:45
下载
v0.13.3
v0.13.3
8e5f28e
2016-12-01 01:10
下载
v0.13.2
v0.13.2
1e24f48
2016-11-27 13:11
下载
v0.13.1
v0.13.1
9c10682
2016-11-13 03:04
下载
v0.13.0
v0.13.0
69477cd
2016-11-06 13:25
下载
v0.12.0
v0.12.0 * `Slice` type removed - `[T]` directly implements ToSql and FromSql. * `[T]`'s `ToSql` implementation is now one-indexed to match array literals. * TLS implementations are now on wrapper structs around `SslContext` and `ClientBuilder`. * The OpenSSL TLS implementation validates hostnames and tightens other security configuration. * `SslMode` is now `TlsMode`. * Unix socket support no longer requires a Cargo feature. * Upgrade to OpenSSL 0.8. * Update types and errors to PostgreSQL 9.6. * Type information queries are now lazily initialized, slightly improving performance in contexts that don't use custom types, and avoiding issues with systems like CockroachDB that don't fully support `pg_catalog`. * Notification and lazy rows iterators now implement `FallibleIterator`. * `FromSql` now takes a `&[u8]` rather than a `Read`er, and `ToSql` now takes an `&mut Vec<u8>` rather than a `Write`r. * Add a `FromSql::from_sql_nullable` convenience method. * `io` module renamed to `tls`.
6529336
2016-10-10 13:06
下载
v0.11.11
v0.11.11 * Support uuid v0.3 * Support serde_json v0.8
b419625
2016-08-29 16:27
下载
v0.11.10
v0.11.10 * Fix deserialization of empty arrays * Fix startup with Postgres 9.0 * Add a wrapper type which maps special infinite date values
30f11af
2016-08-06 04:35
下载
v0.11.9
v0.11.9 * Fix error in query generation for transaction configuration
453cd07
2016-06-16 09:32
下载
v0.11.8
v0.11.8 * Support CockroachDB's Postgres interface. * Add a method to create a savepoint with a specific name.
b437f9a
2016-05-27 13:58
下载
v0.11.7
* Support uuid 0.2 * Upgrade to hex 0.2
d1c28ee
2016-04-13 03:35
下载
v0.11.6
* Fix startup on versions of postgres that don't support enumeratred or composite types like Redshift
bc7de37
2016-04-01 00:33
下载
v0.11.5
* Add ToSql implementations for Vec<T> and &[T] and a FromSql implementation for Vec<T> corresponding to one-dimensional Postgres arrays. * Add a nightly feature which adds unix socket support without an external dependency.
08d6c7b
2016-03-30 12:48
下载
v0.11.4
* Allow for configuration of transaction semantics * Extend serde_json support to 0.7
4691352
2016-03-10 13:05
下载
v0.11.3
* Adjust Type::Enum to carry its variants
b234cc0
2016-02-18 14:23
下载
v0.11.2
* Add support for MACADDR types via the eui48 crate. * Add Domain, Enum, Pseudo, and Composite variants to Type.
7b4c3fc
2016-02-18 13:30
下载
v0.11.1
* Add Kind::Domain
fed121d
2016-02-02 06:49
下载
v0.11.0
* Add SSL support for security-framework * Support BIT/VARBIT <-> BitVec conversions * Add a Connection::query method * Restructure FromSql to split the from null case to a separate method * Restructure SslMode to store references to NegotiateSsls * cancel_query now takes its data argument by reference * Make DbError fields public and remove accessor methods * Restructure Error and ConnectError variants * Make the notification::Iter iterator perform nonblocking reads * Add new SqlState codes from Postgres 9.5
3d67d52
2016-01-04 06:40
下载
v0.10.2
* Make to_sql_checked! a bit more robust * Bump openssl version
a402f7d
2015-12-03 13:58
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Rust
1
https://gitee.com/rustup/rust-postgres.git
git@gitee.com:rustup/rust-postgres.git
rustup
rust-postgres
rust-postgres
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册