TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Libpb: PocketBase wrapper with serialization/deserialization support for D

2 点作者 tristanbvk超过 2 年前

1 comment

tristanbvk超过 2 年前
This is my first rodeo with meta programming in D and I must say I find it rather awesome. I wrote this in less than 24 hours but the serializer is mostly done, deserializer just could do with some more types and then just a few API calls missing.<p>I really enjoy PocketBase and D and have a private project I want to work on but wanted a way to rapidly model the data using structs between that and the DB schema in my favourite language, D.<p>Many critique welcome :).