TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Libpb: PocketBase wrapper with serialization/deserialization support for D

2 pointsby tristanbvkover 2 years ago

1 comment

tristanbvkover 2 years ago
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 :).