【Rust日报】2020-08-30 GlueSQL:完全用Rust编写的SQL数据库,同时支持Wasm

GlueSQL:完全用Rust编写的SQL数据库,同时支持Wasm

GlueSQL 正处于早期阶段,但它支持一些基本的SQL查询。主要特点:

  • 完全用Rust编写

  • 纯功能执行层

  • 支持Wasm 作者在Reddit上表示,他希望在Rust项目中,可以让GlueSQL成为SQLite的替代方案。

I also hope GlueSQL to take some roles which SQLite is doing, there exists too few SQL database implementations for frontend applications.

阅读更多:GitHub Repo: http://github.com/gluesql/gluesql

【经验贴】为什么你需要在2020年学习Rust?

Rust 作为系统语言可以帮我们开发一些底层的东西,例如 :

  • 网络服务器

  • 浏览器

  • 操作系统模块

  • CLI工具

    扫描二维码关注公众号,回复: 11618418 查看本文章
  • 嵌入式应用

  • Wasm应用

阅读更多:Why Rust is a great language to learn in 2020: https://dev.to/alexandrudanpop/why-rust-is-a-great-language-to-learn-in-2020-50p1

【新书发售】Rust in Action 将于明年三月发行

由 TS McNamara 所著的 Rust in Action 将于明年发售,它已冲顶亚马逊内存管理和并行计算分类新书榜第一名。 Rust in Action MEAP V14(预览版)现已可阅读

阅读更多:

  • E-book: https://www.manning.com/books/rust-in-action?a_aid=rust&a_bid=0367c58f&chan=twitter

  • Reddit post

  • Amazon book

  • Online reading


From 日报小组 格朗, Lanpeng

社区学习交流平台订阅:

  • Rustcc 论坛: 支持 rss

  • 微信公众号:Rust语言中文社区

猜你喜欢

转载自blog.csdn.net/u012067469/article/details/108332614