storeit_sql_builder 0.1.0

SQL builder for storeit with pluggable placeholder styles and optional RETURNING support
Documentation

Minimal SQL builder helpers that leverage metadata from #[derive(Fetchable)].

Feature flags select placeholder style:

  • tokio_postgres: $1, $2, ...
  • mysql_async: ?
  • rusqlite: ?
  • libsql: ?

Default (no feature): ?