Skip to content

Commit 507f277

Browse files
committed
add sqlite virtual tables
1 parent 3bac6a2 commit 507f277

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

content/_index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ date: 2022-07-20T12:42:38+0800
66
> [Zig](https://ziglang.org/zh/) 是一种通用的编程语言和工具链,用于维护健壮、性能优越和可重用的软件。
77
88
- [论坛](https://zigcc.github.io/forum/)
9-
- [月刊](./monthly)
10-
- 介绍过去一个月 Zig 社区内的最新进展
9+
- [月刊](./monthly),介绍过去一个月 Zig 社区内的最新进展
1110
- 信息来源:[Zig NEWS ⚡](https://zig.news/top/month)[Zig monthly](https://zigmonthly.org/)[Lobsters](https://lobste.rs/t/zig)[Reddit](https://www.reddit.com/r/Zig/)[用户推荐](https://github.com/zigcc/forum/discussions/new?labels=%E6%9C%88%E5%88%8A&category=general)
12-
- [RSS](monthly/index.xml)
13-
- [竹白](https://zigcc.zhubai.love/)
11+
- 订阅:[RSS](monthly/index.xml)[竹白](https://zigcc.zhubai.love/)[语雀](https://www.yuque.com/jiacai2050/zigcc/)
1412
- 群组
1513
- Telegram:https://t.me/ZigChinese
1614
- QQ:930564004

content/monthly/202208.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ date: 2022-08-28T16:03:12+0800
1515
- [Cool Zig Patterns - Gotta alloc fast](https://zig.news/xq/cool-zig-patterns-gotta-alloc-fast-23h)。如果需要分配的对象只有一个,如何优化 Allocator 呢?作者给出了一个 memory pool 的实现,23 行代码
1616

1717
# 项目/工具
18+
- [Virtual tables by vrischmann · Pull Request #100 · vrischmann/zig-sqlite](https://github.com/vrischmann/zig-sqlite/pull/100)。zig-sqlite 作者正常尝试封装 virtual table 的 API,这样就可以用 Zig 写 SQLite 模块了。
1819
- [Zig Support plugin for IntelliJ and CLion version 0.1.0 released](https://zig.news/marioariasc/zig-support-plugin-for-intellij-and-clion-version-010-released-pd0)
1920
- [How to walk directories? - Help - Ziggit](https://ziggit.dev/t/how-to-walk-directories/260)
2021
- [Zig Visual Programming with Blockly](https://zig.news/lupyuen/zig-visual-programming-with-blockly-3pbg)

0 commit comments

Comments
 (0)