We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Row Mapping: add Form 6 (parameterized struct mapping, #137) fetch_one_as_params / fetch_all_as_params / stream_as_params — bind $N params via ToSqlParam and map rows via FromRow in one call. Retitled 'Six Forms'; added Choosing-a-form row.
docs(wiki): add Shared Daemon page (discovery, scanning, takeover, resident default)
Updated Compile Time SQL Validation (markdown)
Updated Row Mapping (markdown)
docs(wiki): Form 5 streaming FromRow (shipped) + new Compile-Time SQL Validation page - Row Mapping: Form 5 (stream_as) updated from '(planned)' to the shipped v0.4.0 API — sync iterator + async Stream, error-handling notes, runnable example pointer; title Four->Five; Choosing-a-form table updated. - New Compile-Time-SQL-Validation page: how it works, setup (HYPERD_PATH + hyperdb-bootstrap), query_as!/query_scalar! examples, the exact compile errors caught, VS Code squigglies setup, module-ordering constraint, and known limitations. - Home: list the new page; drop 'soon five' wording.
add Row Mapping wiki page (four forms + planned Form 5)
Initial Home page