wb_sqlite 0.1.1

Derive macros map struct/field to SQLite table/column. Generate const/fn for create-table,insert,select,update.
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com),
and this project adheres to [Semantic Versioning](https://semver.org).

## 0.1.0 - 2024-06-03

- first public version