toolu-orm-query 0.1.1

Type-safe query builders for toolu-orm
Documentation
1
2
3
4
5
//! Postgres `SelectBuilder` fetch methods.

use super::shared::impl_async_fetch;

impl_async_fetch!(toolu_orm_core::row::PgCountScalar);