the.bay.news

A simple way of reading/writing structs from/to a sqlite database

Ziggit
A simple way of reading/writing structs from/to a sqlite database
zstructDB Hi! I currently was working on a project where i needed to a lot of different structs to be stored in a database (e.g. address book). So I thought about a way to dont have to write the boilerplate code of the SQL queries every time. So i came up with ztructDB. It will take any struct, does some comptime validation, transforms it into a database, and lets you access the data easily without writing an SQL query even once. (Im not sure if anybody else can make use of it) Here is the l...

0 comments

Sign in to join the discussion — your thebay.events account works here.

No comments yet.